# File lib/data_objects/quoting.rb, line 32
    def quote_symbol(value)
      quote_string(value.to_s)
    end