# File scanf.rb, line 40
def
count_space?
/(?:\A|\S)%\*?\d*c|\[/
.match(@spec_string)
end