Libraries
»
binary
(1.4.1)
»
Index (I)
»
Integer
Class: Integer
Inherits:
Object
Object
Integer
show all
Defined in:
lib/binary/extensions/integer.rb
Instance Method Summary
collapse
#
to_b
⇒ Object
Instance Method Details
#
to_b
⇒
Object
2 3 4
# File 'lib/binary/extensions/integer.rb', line 2
def
to_b
Binary
.
binary
self
end