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