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