Sha256: 77c522013701d95ac16c849599304773b4d32438dc0711e4d9bd7c5c6f68d384

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 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

2 entries across 2 versions & 1 rubygems

Version Path
debug_helper-2.0.0 markdown/readme/classes/object/object/show.md
debug_helper-1.8.0 markdown/readme/classes/object/object/show.md