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