Module: Wharel::QueryMethods::WhereChain

Defined in:
lib/wharel.rb

Instance Method Summary collapse

Instance Method Details

#not(*args, &block) ⇒ Object



21
22
23
# File 'lib/wharel.rb', line 21

def not(*args, &block)
  block_given? ? super(VirtualRow.build_query(@scope, &block)) : super
end