Class: Pry::Command::Ls::Grep
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pry-0.14.2/lib/pry/commands/ls/grep.rb
Instance Method Summary collapse
-
#initialize(grep_regexp) ⇒ Grep
constructor
A new instance of Grep.
- #regexp ⇒ Object
Constructor Details
#initialize(grep_regexp) ⇒ Grep
Returns a new instance of Grep.
7 8 9 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pry-0.14.2/lib/pry/commands/ls/grep.rb', line 7 def initialize(grep_regexp) @grep_regexp = grep_regexp end |