Sha256: 9c1240be1d66dafd2bb47ff0b6bcf963056e74f922eb763ce06a1b2fc82b11c3
Contents?: true
Size: 213 Bytes
Versions: 7
Compression:
Stored size: 213 Bytes
Contents
module Octokit class Client module Say def say(text=nil) options = {} options[:s] = text if text get "/octocat", options end alias :octocat :say end end end
Version data entries
7 entries across 7 versions & 1 rubygems