Class: ActiveSupport::JSON::Variable

Inherits:
String show all
Defined in:
lib/active_support/json/variable.rb

Overview

A string that returns itself as its JSON-encoded form.

Instance Method Summary collapse

Methods inherited from String

#acts_like_string?, #at, #blank?, #camelize, #classify, #constantize, #dasherize, #demodulize, #encoding_aware?, #exclude?, #first, #foreign_key, #from, #html_safe, #html_safe!, #humanize, #is_utf8?, #last, #mb_chars, #ord, #parameterize, #pluralize, #singularize, #squish, #squish!, #strip_heredoc, #tableize, #titleize, #to, #to_date, #to_datetime, #to_time, #truncate, #underscore

Instance Method Details

#as_json(options = nil) ⇒ Object

:nodoc:



5
# File 'lib/active_support/json/variable.rb', line 5

def as_json(options = nil) self end

#encode_json(encoder) ⇒ Object

:nodoc:



6
# File 'lib/active_support/json/variable.rb', line 6

def encode_json(encoder) self end