Class: ConsoleAppSupport::ConsoleAppHelper
- Inherits:
-
Object
- Object
- ConsoleAppSupport::ConsoleAppHelper
- Includes:
- ConsoleAppMixin
- Defined in:
- lib/consoleapphelper.rb
Constant Summary
Constants included from ConsoleAppMixin
ConsoleAppSupport::ConsoleAppMixin::DEFAULT_VALUE_EXPRESSION, ConsoleAppSupport::ConsoleAppMixin::INITIAL_LOG_LEVEL, ConsoleAppSupport::ConsoleAppMixin::OPTIONS_LINE_EXPRESSION, ConsoleAppSupport::ConsoleAppMixin::OPTION_VALUE_EXPRESSION, ConsoleAppSupport::ConsoleAppMixin::REQUIRED_VALUE_EXPRESSION, ConsoleAppSupport::ConsoleAppMixin::SPECIAL_OPTIONS
Instance Attribute Summary
Attributes included from ConsoleAppMixin
#app_options, #commandline_options, #configfile_options, #default_options, #log, #opts
Instance Method Summary collapse
-
#initialize(*args) ⇒ ConsoleAppHelper
constructor
A new instance of ConsoleAppHelper.
Methods included from ConsoleAppMixin
Constructor Details
#initialize(*args) ⇒ ConsoleAppHelper
Returns a new instance of ConsoleAppHelper.
28 29 30 |
# File 'lib/consoleapphelper.rb', line 28 def initialize(*args) super *args end |