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