Method: RLTK::CG::ConstantInteger#cmp
- Defined in:
- lib/rltk/cg/value.rb
#cmp(pred, rhs) ⇒ Int1
Compare this value to another value.
879 880 881 |
# File 'lib/rltk/cg/value.rb', line 879 def cmp(pred, rhs) Int1.new(Bindings.const_i_cmp(pred, @ptr, rhs)) end |