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