Class: GitThin::Thin
- Inherits:
-
CLAide::Command
- Object
- CLAide::Command
- GitThin::Thin
- Defined in:
- lib/git-thin/command.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Thin
constructor
self.arguments = ‘NAME’.
Constructor Details
#initialize(argv) ⇒ Thin
self.arguments = ‘NAME’
25 26 27 28 |
# File 'lib/git-thin/command.rb', line 25 def initialize(argv) super end |
Class Method Details
.run(argv) ⇒ Object
30 31 32 33 34 35 36 37 38 |
# File 'lib/git-thin/command.rb', line 30 def self.run(argv) # begin super(argv) # rescue Exception => e # puts e.message # puts e.backtrace.inspect # end end |