module Parser::Deprecation
@api private
Attributes
Public Instance Methods
Source
# File lib/parser/deprecation.rb, line 9 def warn_of_deprecation @warned_of_deprecation ||= warn(self::DEPRECATION_WARNING) || true end
@api private
# File lib/parser/deprecation.rb, line 9 def warn_of_deprecation @warned_of_deprecation ||= warn(self::DEPRECATION_WARNING) || true end