Method: Numeric#to_bin
- Defined in:
- lib/origen/core_ext/numeric.rb
#to_bin ⇒ Object
34 35 36 |
# File 'lib/origen/core_ext/numeric.rb', line 34 def to_bin "0b#{to_s(2)}" end |
34 35 36 |
# File 'lib/origen/core_ext/numeric.rb', line 34 def to_bin "0b#{to_s(2)}" end |