class Thor::Runner
def method_missing(meth, *args)
def method_missing(meth, *args) meth = meth.to_s super(meth.to_sym, *args) unless meth.include? ?: initialize_thorfiles(meth) task = Thor[meth] task.parse task.klass.new, ARGV[1..-1] end
def method_missing(meth, *args) meth = meth.to_s super(meth.to_sym, *args) unless meth.include? ?: initialize_thorfiles(meth) task = Thor[meth] task.parse task.klass.new, ARGV[1..-1] end