method
count_space?
v1_9_1_378 -
Show latest stable
- Class:
Scanf::FormatSpecifier
count_space?()public
No documentation available.
# File lib/scanf.rb, line 327
def count_space?
/(?:\A|\S)%\*?\d*c|%\d*\[/.match(@spec_string)
end