Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/pratt/core_ext/numeric.rb
Instance Method Summary collapse
Instance Method Details
#format_integer ⇒ Object
2 3 4 |
# File 'lib/pratt/core_ext/numeric.rb', line 2 def format_integer colored_integer = ("%02i"% self) end |
#with_label(label) ⇒ Object
6 7 8 |
# File 'lib/pratt/core_ext/numeric.rb', line 6 def with_label label self.to_s.with_label label end |