Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/binary/extensions/array.rb
Instance Method Summary collapse
Instance Method Details
#to_b ⇒ Object
3 4 5 |
# File 'lib/binary/extensions/array.rb', line 3 def to_b Binary.binary self end |
#to_num ⇒ Object
6 7 8 |
# File 'lib/binary/extensions/array.rb', line 6 def to_num Binary.number self end |