From 4a0329a03281294bfdcfef209bda8c0869540003 Mon Sep 17 00:00:00 2001 From: John Mair Date: Fri, 17 Jun 2011 01:47:18 +1200 Subject: [PATCH] fixed spacing on experimental.rb --- lib/pry/extended_commands/experimental.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pry/extended_commands/experimental.rb b/lib/pry/extended_commands/experimental.rb index f4455c5a..b19ee5dc 100644 --- a/lib/pry/extended_commands/experimental.rb +++ b/lib/pry/extended_commands/experimental.rb @@ -3,7 +3,6 @@ class Pry Experimental = Pry::CommandSet.new do - command "reload-method", "Reload the source specifically for a method", :requires_gem => "method_reload" do |meth_name| if (meth = get_method_object(meth_name, target, {})).nil? output.puts "Invalid method name: #{meth_name}."