Class: CLIForge::EmbeddedCommands::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/cli_forge/embedded_commands/help.rb

Instance Method Summary collapse

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