Sha256: 5a0ebfd4bedb59e5c42a5f9a6760a69a2dbf9e44ec45e1188d920e87f7616b48
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 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' size=11): to_s: lorem_ipsum encoding: !ruby/encoding US-ASCII ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
debug_helper-1.7.0 | markdown/readme/classes/symbol/simple/show.md |
debug_helper-1.6.0 | markdown/readme/classes/symbol/simple/show.md |