fixed spacing on experimental.rb

This commit is contained in:
John Mair 2011-06-17 01:47:18 +12:00
parent 00c216c596
commit 4a0329a032
1 changed files with 0 additions and 1 deletions

View File

@ -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}."