Parent

Methods

CommandLine::Application_wo_AutoRun

Public Class Methods

inherited(child_class) click to toggle source
# File lib/commandline/application.rb, line 418
def self.inherited(child_class)
  @@appname = caller[0][/.*:/][0..-2]
  @@child_class = child_class
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.