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