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