Class: Hookers::Commands::GitSetup
- Inherits:
-
Object
- Object
- Hookers::Commands::GitSetup
- Includes:
- Hookers::Command
- Defined in:
- lib/hookers/commands/git_setup.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(command, args) ⇒ GitSetup
constructor
A new instance of GitSetup.
- #run ⇒ Object
Methods included from Hookers::Command
Constructor Details
#initialize(command, args) ⇒ GitSetup
Returns a new instance of GitSetup.
12 13 |
# File 'lib/hookers/commands/git_setup.rb', line 12 def initialize(command, args) end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/hookers/commands/git_setup.rb', line 8 def end |
Instance Method Details
#run ⇒ Object
15 16 17 |
# File 'lib/hookers/commands/git_setup.rb', line 15 def run puts Hookers::Git.setup end |