Method: CommandLine::Application_wo_AutoRun.inherited

Defined in:
lib/commandline/application.rb

.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