Class: Grep

Inherits:
Object
  • Object
show all
Defined in:
lib/vimamsa/search_replace.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGrep

Returns a new instance of Grep.



4
5
# File 'lib/vimamsa/search_replace.rb', line 4

def initialize()
end

Instance Attribute Details

#historyObject

Returns the value of attribute history.



2
3
4
# File 'lib/vimamsa/search_replace.rb', line 2

def history
  @history
end