Module: TableArray

Defined in:
lib/toml/table_array.rb

Overview

Used in document.citrus

Instance Method Summary collapse

Instance Method Details

#valueObject



38
39
40
# File 'lib/toml/table_array.rb', line 38

def value
  TOML::TableArray.new(captures[:key].map(&:value))
end