pry.rb
Path:
lib/pry.rb
Last Update:
Sun May 19 10:30:23 +0000 2013
(C) John Mair (banisterfiend) 2011 MIT License
Required files
pp pry/helpers/base_helpers pry/hooks
Constants
DEFAULT_PRINT
=
proc do |output, value| stringified = begin value.pretty_inspect
The default print
[Validate]