Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- 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
8 9 10 |
# File 'lib/bit_counter/core_ext.rb', line 8 def bit_count BitCounter.count_fixnum(self) end |