class Thor::Runner
def load_thorfile(path)
def load_thorfile(path) begin load path rescue Object => e $stderr.puts "WARNING: unable to load thorfile #{path.inspect}: #{e.message}" end end
def load_thorfile(path) begin load path rescue Object => e $stderr.puts "WARNING: unable to load thorfile #{path.inspect}: #{e.message}" end end