Method: Scanf::FormatSpecifier#count_space?

Defined in:
lib/scanf.rb

#count_space?Boolean

Returns:

  • (Boolean)


327
328
329
# File 'lib/scanf.rb', line 327

def count_space?
  /(?:\A|\S)%\*?\d*c|%\d*\[/.match(@spec_string)
end