Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / json / encoders / regexp.rb
diff --git a/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb
new file mode 100644 (file)
index 0000000..b6116b7
--- /dev/null
@@ -0,0 +1,5 @@
+class Regexp
+  def to_json(options = nil) #:nodoc:
+    inspect
+  end
+end