Method: CernFunctions#make_comparison_operator

Defined in:
lib/colt/colt.rb

#make_comparison_operator(name, func) ⇒ Object





116
117
118
# File 'lib/colt/colt.rb', line 116

def make_comparison_operator(name, func)
  make_binary_op(name, "default", func, CernFunctions.binary_helper, "boolean")
end