Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_numObject



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

def to_num
  Binary.number self
end