module RSpec

def warn_deprecation(message)

Other tags:
    Api: - private
def warn_deprecation(message)
  send :warn, message
end