From 58bc90332d027aee3445553b4baae282e48b0cd9 Mon Sep 17 00:00:00 2001 From: John Mair Date: Fri, 13 Jul 2012 04:00:52 +1200 Subject: [PATCH] I Young Greedyguts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cap Of silk moiré, Little wand** Of ivory, Clothes Very dark, Paul watches The cupboard, Sticks out Little tongue At pear, Prepares Gives a poke, And squitters A.R. --- Rakefile | 2 +- lib/pry/pry_instance.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index b97b13f9..98779802 100644 --- a/Rakefile +++ b/Rakefile @@ -44,7 +44,7 @@ task :default => [:test] desc "Run tests" task :test do check_dependencies unless ENV['SKIP_DEP_CHECK'] - sh "bacon -Itest -rubygems" + sh "bacon -Itest -rubygems -a -q" end desc "Run pry" diff --git a/lib/pry/pry_instance.rb b/lib/pry/pry_instance.rb index 3c675eab..4cce6b98 100644 --- a/lib/pry/pry_instance.rb +++ b/lib/pry/pry_instance.rb @@ -641,7 +641,6 @@ class Pry :input_array => input_array, :eval_string => eval_string, :cont => !eval_string.empty?) - def c.to_ary() [object, nesting_level, _pry_] end # If input buffer is empty then use normal prompt if eval_string.empty?