module SexyScopes::Arel::Typecasting

Public Instance Methods

*(other) click to toggle source
Calls superclass method
# File lib/sexy_scopes/arel/typecasting.rb, line 4
def *(other)
  super SexyScopes.type_cast(other, self)
end
+(other) click to toggle source
Calls superclass method
# File lib/sexy_scopes/arel/typecasting.rb, line 8
def +(other)
  super SexyScopes.type_cast(other, self)
end
-(other) click to toggle source
Calls superclass method
# File lib/sexy_scopes/arel/typecasting.rb, line 12
def -(other)
  super SexyScopes.type_cast(other, self)
end
/(other) click to toggle source
Calls superclass method
# File lib/sexy_scopes/arel/typecasting.rb, line 16
def /(other)
  super SexyScopes.type_cast(other, self)
end