Class: CLIForge::EmbeddedCommands::Help
- Inherits:
-
Object
- Object
- CLIForge::EmbeddedCommands::Help
- Defined in:
- lib/cli_forge/embedded_commands/help.rb
Instance Method Summary collapse
- #call(arguments) ⇒ Object
-
#initialize(config) ⇒ Help
constructor
A new instance of Help.
Constructor Details
#initialize(config) ⇒ Help
Returns a new instance of Help.
3 4 5 |
# File 'lib/cli_forge/embedded_commands/help.rb', line 3 def initialize(config) @config = config end |
Instance Method Details
#call(arguments) ⇒ Object
7 8 9 |
# File 'lib/cli_forge/embedded_commands/help.rb', line 7 def call(arguments) puts "help and stuff" end |