class Bytewise::Ast::Operators::Slash

Public Instance Methods

evaluate(first, second) click to toggle source
# File lib/brace_markup/ast/operators/slash.rb, line 4
def evaluate(first, second)
  first / second
end