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