Class: Totes::Query::OperationsWrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/totes/query.rb

Overview

the naughty operations matchers wrapper

Instance Method Summary collapse

Constructor Details

#initialize(query, method) ⇒ OperationsWrapper

Returns a new instance of OperationsWrapper.



43
44
45
46
# File 'lib/totes/query.rb', line 43

def initialize(query, method)
  @query  = query
  @method = method
end