Methods for the unpublished Octocat API
Return a nifty ASCII Octocat with GitHub wisdom or your own
@return [String]
# File lib/octokit/client/say.rb, line 11 def say(text = nil, options = {}) options[:s] = text if text get "octocat", options end