Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/remian/instruction_set.rb
Overview
These solve problems with Ruby boolean types vs 1/0 integer booleans
Instance Method Summary collapse
Instance Method Details
#to_i ⇒ Object
3 4 5 |
# File 'lib/remian/instruction_set.rb', line 3 def to_i 1 end |