Module: TomlRB::TableArrayParser
- Defined in:
- lib/toml-rb/table_array.rb
Overview
Used in document.citrus
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
46 47 48 |
# File 'lib/toml-rb/table_array.rb', line 46 def value TomlRB::TableArray.new(captures[:stripped_key].map(&:value).first) end |