Class: Bridgetown::Commands::Plugins
- Inherits:
-
Bridgetown::Command
- Object
- Samovar::Command
- Bridgetown::Command
- Bridgetown::Commands::Plugins
- Defined in:
- bridgetown-core/lib/bridgetown-core/commands/plugins.rb
Defined Under Namespace
Instance Method Summary collapse
Methods inherited from Bridgetown::Command
Instance Method Details
#call ⇒ Object
279 280 281 282 283 284 285 |
# File 'bridgetown-core/lib/bridgetown-core/commands/plugins.rb', line 279 def call if @command @command.call else print_usage end end |