class GitThin::Thin

Public Class Methods

new(argv) click to toggle source

self.arguments = 'NAME'

Calls superclass method
# File lib/git-thin/command.rb, line 25
def initialize(argv)
    super
    
end
run(argv) click to toggle source
Calls superclass method
# 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