module PP::ObjectMixin

Public Instance Methods

orig_pretty_print(q) click to toggle source
Alias for: pretty_print
pretty_print(q) click to toggle source
# File lib/hobo_support/fixes/pp.rb, line 6
def pretty_print(q)
  orig_pretty_print(q)
rescue
  "[#PP-ERROR#]"
end
Also aliased as: orig_pretty_print