module InlineTableArray

def value

def value
  tables = captures[:hash_array].map { |x| x.captures[:inline_table] }
  tables.flatten.map(&:value)
end