Class: CommandLine::Application_wo_AutoRun
- Inherits:
-
Object
- Object
- CommandLine::Application_wo_AutoRun
- Defined in:
- lib/commandline/application.rb
Class Method Summary collapse
Class Method Details
.inherited(child_class) ⇒ Object
418 419 420 421 |
# File 'lib/commandline/application.rb', line 418 def self.inherited(child_class) @@appname = caller[0][/.*:/][0..-2] @@child_class = child_class end |