class Sass::Script::Literal
def unary_plus
-
(Script::String)
- A string containing the literal
Parameters:
-
other
(Literal
) -- The right-hand side of the operator
def unary_plus Sass::Script::String.new("+#{self.to_s}") end
(Script::String)
- A string containing the literal
other
(Literal
)
-- The right-hand side of the operator
def unary_plus Sass::Script::String.new("+#{self.to_s}") end