Class: DBA::RowEditor
- Inherits:
-
Object
- Object
- DBA::RowEditor
- Defined in:
- lib/dba/row_editor.rb
Instance Method Summary collapse
- #edit(hash) ⇒ Object
-
#initialize(row_parser) ⇒ RowEditor
constructor
A new instance of RowEditor.
Constructor Details
#initialize(row_parser) ⇒ RowEditor
Returns a new instance of RowEditor.
4 5 6 7 8 |
# File 'lib/dba/row_editor.rb', line 4 def initialize(row_parser) @row_parser = row_parser @editor = ENV['EDITOR'] end |