Started again with Rails 4
[feedcatcher.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
deleted file mode 100644 (file)
index b6116b7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-class Regexp
-  def to_json(options = nil) #:nodoc:
-    inspect
-  end
-end