Sha256: 9ebd1553f60fb01129b68a3075cc9be9c9edc0eef50c3c04c75d662b63d3bc8b
Contents?: true
Size: 345 Bytes
Versions: 1
Compression:
Stored size: 345 Bytes
Contents
#### Simple Symbol This example shows a simple symbol. ```show.rb```: ```ruby require 'debug_helper' DebugHelper.show(:lorem_ipsum, 'My symbol') ``` The output shows details of the symbol. ```show.yaml```: ```yaml --- Symbol (message='My symbol'): to_s: lorem_ipsum size: 11 encoding: !ruby/encoding US-ASCII ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
debug_helper-1.8.0 | markdown/readme/classes/symbol/simple/show.md |