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