class Bytewise::Ast::Operators::GreaterThan

Public Instance Methods

evaluate(before, after) click to toggle source
# File lib/brace_markup/ast/operators/greater_than.rb, line 4
def evaluate(before, after)
  before > after
end