new(deprecation_horizon = '4.2', gem_name = 'Rails')
Class Public methods
It accepts two parameters on initialization. The first is a version of library and the second is a library name
1 | ActiveSupport::Deprecation. new ( '2.0' , 'MyLibrary' ) |
Please login to continue.