Class: String

Inherits:
Object
  • Object
show all
Defined in:
bin/renpad

Instance Method Summary collapse

Instance Method Details

#num_lengthObject



14
15
16
17
# File 'bin/renpad', line 14

def num_length
  self =~ PATTERN
  $2.length
end