Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/tablesmith/table.rb

Instance Method Summary collapse

Instance Method Details

#to_tableObject



178
179
180
181
# File 'lib/tablesmith/table.rb', line 178

def to_table
  b = Tablesmith::Table.new([self])
  b.extend Tablesmith::HashRowsSource
end