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