Sha256: 0eb775feec87d791b6da92372e67fcbfcbedebbe87fb586a90f0858a2b68642a
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 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 (name='My simple string' size=11 encoding=UTF-8 ascii_only=true bytesize=11): - Lorem ipsum ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
debug_helper-1.0.0 | markdown/readme/classes/string/simple/show.md |