class
Crinja::Operator::Minus
Included Modules
Defined in:
lib/operator/minus.cr
Instance Method Summary
unary?
unary?,
value(env : Crinja, op : Value)
value
binary?
binary?,
value(env : Crinja, op1 : Value, op2 : Value)
value
Instance methods inherited from class Crinja::Operator
binary?
binary?,
inspect(io : IO)
inspect,
ternary?
ternary?,
to_s(io : IO)
to_s,
unary?
unary?
name(name, end_tag = nil)
name
Instance Method Detail
def
value(env, op1, op2)
#