Class: Bignum
- Inherits:
-
Object
- Object
- Bignum
- Defined in:
- lib/bit_counter/core_ext.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#bit_count ⇒ Object
calling BitCounter.#count with self.
Instance Method Details
#bit_count ⇒ Object
calling BitCounter.#count with self
18 19 20 |
# File 'lib/bit_counter/core_ext.rb', line 18 def bit_count BitCounter.count_bignum(self) end |