method

to_json

v2.1.0 - Show latest stable - Class: Symbol
to_json(options = {})
public

No documentation available.

# File activesupport/lib/active_support/json/encoders/symbol.rb, line 2
  def to_json(options = {}) #:nodoc:
    ActiveSupport::JSON.encode(to_s, options)
  end