Returns:
327 328 329
# File 'lib/scanf.rb', line 327 def count_space? /(?:\A|\S)%\*?\d*c|%\d*\[/.match(@spec_string) end