class Github::Client

def issues(options = {})

def issues(options = {})
  @issues ||= Github::Issues.new(options)
end