method
count_space?
v1_8_7_72 -
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|\[/.match(@spec_string)
end