Class: Degica::Table
Instance Attribute Summary
Attributes included from Collectable
Instance Method Summary collapse
- #describe ⇒ Object
-
#initialize(objects = [Ruby.new]) ⇒ Table
constructor
A new instance of Table.
- #name ⇒ Object
Methods inherited from Object
Methods included from Actionable
Constructor Details
#initialize(objects = [Ruby.new]) ⇒ Table
7 8 9 |
# File 'lib/degica/objects/table.rb', line 7 def initialize(objects = [Ruby.new]) super(objects) end |