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

Change wrapped method to public

This commit is contained in:
Trey Lawrence 2012-07-22 22:26:19 -04:00
parent 47c12c1f30
commit 9b5b26fde2

View file

@ -17,7 +17,6 @@ class Pry
include Pry::Helpers::DocumentationHelpers
attr_reader :wrapped
private :wrapped
# Convert a string to a module.
#