Method: ObjectTable::TableMethods#where

Defined in:
lib/object_table/table_methods.rb

#where(&block) ⇒ Object



79
80
81
# File 'lib/object_table/table_methods.rb', line 79

def where(&block)
  __view_cls__.new(self, &block)
end