473 474 475 476
# File 'lib/scanf.rb', line 473 def width w = @spec_string[/%\*?(\d+)/, 1] w && w.to_i end