Class: Ruboty::Commands::Help

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/commands/help.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ruboty::Commands::Base

Instance Method Details

#callObject



4
5
6
7
# File 'lib/ruboty/commands/help.rb', line 4

def call
  puts options
  exit
end