class Bytewise::Ast::Operators::Minus
Public Instance Methods
evaluate(first, second)
click to toggle source
# File lib/brace_markup/ast/operators/minus.rb, line 4 def evaluate(first, second) first - second end