Module: TOML::TableArrayParser

Defined in:
lib/toml/table_array.rb

Overview

Used in document.citrus

Instance Method Summary collapse

Instance Method Details

#valueObject



41
42
43
# File 'lib/toml/table_array.rb', line 41

def value
  TOML::TableArray.new(captures[:stripped_key].map(&:value))
end