public Method

Symbol.to_json(options = {})

There's no documentation for this item.

Source Code

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

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.