# File scanf.rb, line 184
    def width
      w = /%\*?(\d+)/.match(@spec_string).to_a[1]
      w && w.to_i || 0
    end