#### 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 ```