class Sass::Script::Number
def div(other)
-
(Literal)
- The result of the operation
Parameters:
-
other
(Literal
) -- The right-hand side of the operator
def div(other) if other.is_a? Number operate(other, :/) else super end end
(Literal)
- The result of the operation
other
(Literal
)
-- The right-hand side of the operator
def div(other) if other.is_a? Number operate(other, :/) else super end end