Sha256: 78e38de0ffe6ff71cdc40b885e68891f2e1d65bbae995100d05228cfae90753b

Contents?: true

Size: 397 Bytes

Versions: 2

Compression:

Stored size: 397 Bytes

Contents

#### Simple String

This example shows a simple string.

```show.rb```:
```ruby
require 'debug_helper'

s = 'Lorem ipsum'
DebugHelper.show(s, 'My simple string')
```

The output shows details of the string.

```show.yaml```:
```yaml
---
String (message='My simple string' size=11):
  to_s: Lorem ipsum
  encoding: !ruby/encoding UTF-8
  ascii_only?: true
  bytesize: 11
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
debug_helper-1.7.0 markdown/readme/classes/string/simple/show.md
debug_helper-1.6.0 markdown/readme/classes/string/simple/show.md