Class: TrueClass

Inherits:
Object
  • Object
show all
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_iObject



3
4
5
# File 'lib/remian/instruction_set.rb', line 3

def to_i
  1
end