class RubyParserStuff::String

Public Instance Methods

grep(re) click to toggle source
# File lib/ruby_parser_extras.rb, line 1306
def grep re
  lines.grep re
end