Class: Grep
- Inherits:
-
Object
- Object
- Grep
- Defined in:
- lib/vimamsa/search_replace.rb
Instance Attribute Summary collapse
-
#history ⇒ Object
Returns the value of attribute history.
Instance Method Summary collapse
-
#initialize ⇒ Grep
constructor
A new instance of Grep.
Constructor Details
#initialize ⇒ Grep
Returns a new instance of Grep.
4 5 |
# File 'lib/vimamsa/search_replace.rb', line 4 def initialize() end |
Instance Attribute Details
#history ⇒ Object
Returns the value of attribute history.
2 3 4 |
# File 'lib/vimamsa/search_replace.rb', line 2 def history @history end |