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