class Dentaku::AST::GreaterThanOrEqual

Public Instance Methods

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