module TomlRB::TableParser
Used in document.citrus
Public Instance Methods
value()
click to toggle source
# File lib/toml-rb/table.rb, line 38 def value TomlRB::Table.new(captures[:stripped_key].map(&:value).first) end