class Github::Client
def gitignore(options={}, &block)
def gitignore(options={}, &block) @gitignore ||= ApiFactory.new('Gitignore', current_options.merge(options), &block) end
def gitignore(options={}, &block) @gitignore ||= ApiFactory.new('Gitignore', current_options.merge(options), &block) end