Method: SetBuilder::Constraint#perform

Defined in:
lib/set_builder/constraint.rb

#perform(scope) ⇒ Object



60
61
62
# File 'lib/set_builder/constraint.rb', line 60

def perform(scope)
  scope.scoped(@block.call(self, scope))
end