Module: Ramaze::CoreExtensions::Kernel

Defined in:
lib/ramaze/snippets/kernel/pretty_inspect.rb

Overview

Extensions for Kernel

Instance Method Summary collapse

Instance Method Details

#pretty_inspectObject

returns a pretty printed object as a string.



14
15
16
# File 'lib/ramaze/snippets/kernel/pretty_inspect.rb', line 14

def pretty_inspect
  PP.pp(self, '')
end