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