Changeset 8013
- Timestamp:
- 10/25/07 07:09:09 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/lib/active_support/json/variable.rb
r7697 r8013 3 3 # A string that returns itself as its JSON-encoded form. 4 4 class Variable < String 5 def to_json 5 def to_json(options=nil) 6 6 self 7 7 end