Object
:name is array of strings
# File lib/toml/table.rb, line 5 def initialize(name) @name = name end