Home
Classes
Methods
Defined In
lib/ruby_parser_extras.rb
Parent
Object
Methods
#grep
Pages
Manifest
README
Class and Module Index
RubyParserStuff
RubyParserStuff::Environment
RubyParserStuff::Keyword
RubyParserStuff::Keyword::KWtable
RubyParserStuff::Ruby18Parser
RubyParserStuff::Ruby19Parser
RubyParserStuff::RubyParser
RubyParserStuff::RubyParser::SyntaxError
RubyParserStuff::Sexp
RubyParserStuff::StackState
RubyParserStuff::String
Fixnum
RPStringScanner
Regexp
Ruby18Parser
Ruby19Parser
RubyLexer
RubyParserGauntlet
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