Module: Numerictth2
- Included in:
- String
- Defined in:
- lib/numerictth2.rb,
lib/numerictth2/version.rb
Constant Summary collapse
- VERSION =
"0.1.1"
Instance Method Summary collapse
Instance Method Details
#numerictth2(chars, filler = ' ') ⇒ Object
6 7 8 |
# File 'lib/numerictth2.rb', line 6 def numerictth2(chars, filler = ' ') self.rjust(chars, filler) end |