I Young Greedyguts

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.
This commit is contained in:
John Mair 2012-07-13 04:00:52 +12:00
parent 6214161672
commit 58bc90332d
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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?