class Bytewise::Ast::Operators::Star

Public Instance Methods

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