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