lib/alba/deprecation.rb in alba-2.3.0 vs lib/alba/deprecation.rb in alba-2.4.0
- old
+ new
@@ -1,8 +1,9 @@
module Alba
# Module for printing deprecation warning
+ # @api private
module Deprecation
- # Similar to {Kernel.warn} but prints caller as well
+ # Similar to {#warn} but prints caller as well
#
# @param message [String] main message to print
# @return void
def warn(message)
Kernel.warn(message)