1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Progress on gist + jruby crash

This commit is contained in:
☈king 2012-12-09 23:21:18 -06:00 committed by rking@sharpsaw.org
parent 2bb3bbfb1b
commit 9b38f33b79
2 changed files with 8 additions and 1 deletions

View file

@ -24,6 +24,7 @@ class Pry
"e.g.: %-33s # %s " % [example_code(e), example_description(e)]
end.join "\n"
end
def require_jist; require 'jist' end
end
end
@ -47,7 +48,7 @@ class Pry
attr_accessor :content, :filename
def setup
require 'jist'
Pry::Gist.require_jist # extracted so test can stub out
@content = ''
end