class Dentaku::AST::GreaterThan

Public Instance Methods

operator() click to toggle source
# File lib/dentaku/ast/comparators.rb, line 61
def operator
  :>
end