Module: TomlRB::KeygroupParser
- Defined in:
- lib/toml-rb/keygroup.rb
Overview
Used in document.citrus
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
37 38 39 |
# File 'lib/toml-rb/keygroup.rb', line 37 def value TomlRB::Keygroup.new(captures[:stripped_key].map(&:value)) end |