@!visibility private @!macro internal_implementation_note
# File lib/concurrent/concern/deprecation.rb, line 12 def deprecated(message, strip = 2) caller_line = caller(strip).first klass = if Class === self self else self.class end log WARN, klass.to_s, format("[DEPRECATED] %s\ncalled on: %s", message, caller_line) end
Generated with the Darkfish Rdoc Generator 2.