Sha256: 5b469b0322b612705caa5c7aee21fc4b57f8d30227887002b3a24100bfd86e96
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 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'): to_s: Lorem ipsum size: 11 encoding: !ruby/encoding UTF-8 ascii_only?: true bytesize: 11 ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
debug_helper-1.8.0 | markdown/readme/classes/string/simple/show.md |