Method: PGit::Command::Edit#initialize
- Defined in:
- lib/pgit/command/edit.rb
#initialize(app) ⇒ Edit
Returns a new instance of Edit.
10 11 12 |
# File 'lib/pgit/command/edit.rb', line 10 def initialize(app) @app = app end |
Returns a new instance of Edit.
10 11 12 |
# File 'lib/pgit/command/edit.rb', line 10 def initialize(app) @app = app end |