class Hookers::Commands::GitSetup
Attributes
options[RW]
Public Class Methods
new(command, args)
click to toggle source
# File lib/hookers/commands/git_setup.rb, line 12 def initialize(command, args) end
Public Instance Methods
run()
click to toggle source
# File lib/hookers/commands/git_setup.rb, line 15 def run puts Hookers::Git.setup end