class Totes::Query::OperationsWrapper

the naughty operations matchers wrapper

Public Class Methods

new(query, method) click to toggle source
# File lib/totes/query.rb, line 43
def initialize(query, method)
  @query  = query
  @method = method
end