Sha256: 7a29d926a7ca7ef982d9c43165e8c8c4e03f96e73957d3a4d2943e9fc35d48bc
Contents?: true
Size: 437 Bytes
Versions: 44
Compression:
Stored size: 437 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' module Ramaze module CoreExtensions # 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 end end
Version data entries
44 entries across 44 versions & 5 rubygems