Module: TomlRB::TableParser

Defined in:
lib/toml-rb/table.rb

Overview

Used in document.citrus

Instance Method Summary collapse

Instance Method Details

#valueObject



40
41
42
# File 'lib/toml-rb/table.rb', line 40

def value
  TomlRB::Table.new(captures[:stripped_key].map(&:value).first)
end