class Github::Repos
def comments(options={}, &block)
def comments(options={}, &block) @commits ||= ApiFactory.new('Repos::Comments', current_options.merge(options), &block) end
def comments(options={}, &block) @commits ||= ApiFactory.new('Repos::Comments', current_options.merge(options), &block) end