module Github

def warn_deprecation(message)

def warn_deprecation(message)
  send :warn, message
end