Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- bin/renpad
Instance Method Summary collapse
Instance Method Details
#num_length ⇒ Object
14 15 16 17 |
# File 'bin/renpad', line 14 def num_length self =~ PATTERN $2.length end |