Sha256: 59909cec9877048e486f291327bcd76c64425673d4090d3664919d73f38ff9b5
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
#### Unanalyzed Object This example shows an object that will not be analyzed. ```show.rb```: ```ruby require 'debug_helper' class MyClass def inspect 'My class inspection' end end DebugHelper.show(MyClass.new, 'My class') ``` The output shows details of the object. ```show.yaml```: ```yaml --- MyClass (message='My class') My class inspection ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
debug_helper-2.1.0 | markdown/readme/classes/object/object/show.md |