method

to_json

ruby latest stable - Class: Enumerable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

to_json(*a)
public

No documentation available.

# File ext/json/lib/json/add/rails.rb, line 38
  def to_json(*a)
    to_a.to_json(*a)
  end