lib/lotus/utils/deprecation.rb in lotus-utils-0.3.1 vs lib/lotus/utils/deprecation.rb in lotus-utils-0.3.2
- old
+ new
@@ -2,16 +2,16 @@
module Lotus
module Utils
# Prints a deprecation warning when initialized
#
- # @since x.x.x
+ # @since 0.3.1
class Deprecation
# Initialize a deprecation message and prints it to standard error.
#
# @param message [#to_s] a deprecation message
#
- # @since x.x.x
+ # @since 0.3.1
#
# @example Direct usage
# require 'lotus/utils/deprecation'
#
# class Engine