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