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