1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
This commit is contained in:
John Mair 2010-12-12 13:35:07 +13:00
parent 3542106257
commit b6394c8835

View file

@ -20,6 +20,9 @@ module Pry
attr_accessor :output
end
@output = Output.new
@input = Input.new
@default_prompt = proc do |v, nest|
if nest == 0
"pry(#{v.inspect})> "
@ -36,9 +39,6 @@ module Pry
end
end
@output = Output.new
@input = Input.new
@nesting = []
def @nesting.level