Sha256: f08b95d7a1cd4d822afe55bb8c334c9806ba48e5aeea6f2ec70720b19aea64cc
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 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 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.5.0 | markdown/readme/classes/string/simple/show.md |