Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/binary/extensions/integer.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject



3
4
5
# File 'lib/binary/extensions/integer.rb', line 3

def to_b
  Binary.binary self
end