Module: ObjectTable::Joining
- Included in:
- TableMethods
- Defined in:
- lib/object_table/joining.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.copy_column(name, table, slice, blanks) ⇒ Object
63 64 65 66 67 |
# File 'lib/object_table/joining.rb', line 63 def self.copy_column(name, table, slice, blanks) column = table[name][false, slice] column[false, blanks] = [nil] column end |
Instance Method Details
#join(*args) ⇒ Object
6 7 8 |
# File 'lib/object_table/joining.rb', line 6 def join(*args) __table_cls__.join(self, *args) end |