Sha256: 0a101b7c7a28288e4c10a4e684d3a6df863e92653a0a34e342ebc726e6c74271
Contents?: true
Size: 351 Bytes
Versions: 8
Compression:
Stored size: 351 Bytes
Contents
# Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'pp' # Extensions for Kernel module Kernel unless defined?(pretty_inspect) # returns a pretty printed object as a string. def pretty_inspect PP.pp(self, '') end end end
Version data entries
8 entries across 8 versions & 3 rubygems