class Symbol

:nodoc:

def as_json(options = nil) to_s end #:nodoc:

:nodoc:
def as_json(options = nil) to_s end #:nodoc:

def duplicable?

:nodoc:
def duplicable?
  false
end