Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ruby_parser_extras.rb
Instance Method Summary collapse
Instance Method Details
#grep(re) ⇒ Object
1319 1320 1321 |
# File 'lib/ruby_parser_extras.rb', line 1319 def grep re lines.grep re end |