diff options
author | Akira Matsuda <ronnie@dio.jp> | 2016-01-28 18:22:01 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2016-01-28 18:22:01 +0900 |
commit | a69281614a7ed6c134d9a799419dd34dd5293a81 (patch) | |
tree | d3dc49c005258e5eae7ef0228e8ebae7725b9bb4 /activesupport | |
parent | 1ac3fb9f06f57840311cb9f04cd6887d2ffde479 (diff) | |
download | rails-a69281614a7ed6c134d9a799419dd34dd5293a81.tar.gz rails-a69281614a7ed6c134d9a799419dd34dd5293a81.tar.bz2 rails-a69281614a7ed6c134d9a799419dd34dd5293a81.zip |
:arrow_left: indentation
[ci-skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/module/deprecation.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/deprecation.rb b/activesupport/lib/active_support/core_ext/module/deprecation.rb index 56d670fbe8..f3f2e7f5fc 100644 --- a/activesupport/lib/active_support/core_ext/module/deprecation.rb +++ b/activesupport/lib/active_support/core_ext/module/deprecation.rb @@ -13,8 +13,8 @@ class Module # # class MyLib::Deprecator # def deprecation_warning(deprecated_method_name, message, caller_backtrace = nil) - # message = "#{deprecated_method_name} is deprecated and will be removed from MyLibrary | #{message}" - # Kernel.warn message + # message = "#{deprecated_method_name} is deprecated and will be removed from MyLibrary | #{message}" + # Kernel.warn message # end # end def deprecate(*method_names) |