Module: Ramaze::CoreExtensions::Kernel
- Defined in:
- lib/ramaze/snippets/kernel/pretty_inspect.rb
Overview
Extensions for Kernel
Instance Method Summary collapse
-
#pretty_inspect ⇒ Object
returns a pretty printed object as a string.
Instance Method Details
#pretty_inspect ⇒ Object
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 |