class Symbol
def as_json(options = nil) #:nodoc:
def as_json(options = nil) #:nodoc: to_s end
def duplicable?
:my_symbol.duplicable? # => false
Symbols are not duplicable:
def duplicable? false end
def as_json(options = nil) #:nodoc: to_s end
def duplicable? false end