OSDN Git Service

f7dcd4915614167ca83d6df2ce020d6c6c698cdc
[redminele/redminele.git] / ruby / lib / ruby / gems / 1.8 / gems / activesupport-2.3.12 / lib / active_support / json / encoders / symbol.rb
1 class Symbol
2   def as_json(options = nil) #:nodoc:
3     to_s
4   end
5 end