Class: Umwelt::CLI::Commands::Pull
- Inherits:
-
Hanami::CLI::Command
- Object
- Hanami::CLI::Command
- Umwelt::CLI::Commands::Pull
- Defined in:
- lib/umwelt/cli/commands/pull.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'lib/umwelt/cli/commands/pull.rb', line 7 def call(*) puts 'Pulling project' end |