Remove circular require

This commit is contained in:
Rafael Mendonça França 2015-03-27 16:58:18 -03:00
parent 6e8f6ff3f0
commit 8bf2825205
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
require 'active_support/deprecation'
class Module
# Encapsulates the common pattern of:
#

View File

@ -1,5 +1,3 @@
require 'active_support/deprecation'
class Module
# deprecate :foo
# deprecate bar: 'message'