Method: StringScanner#matchedsize

Defined in:
lib/motion-bundler/mocks/mac_ruby-0.12/strscan.rb

#matchedsizeObject

Equivalent to #matched_size. This method is obsolete; use #matched_size instead.



447
448
449
450
# File 'lib/motion-bundler/mocks/mac_ruby-0.12/strscan.rb', line 447

def matchedsize
  warn "StringScanner#matchedsize is obsolete; use #matched_size instead" if $VERBOSE
  matched_size
end