class TOML::Table
Attributes
name[R]
:name is array of strings
Public Class Methods
new(name)
click to toggle source
# File lib/toml/table.rb, line 5 def initialize(name) @name = name end