class Github::Client

def issues(options = {})

def issues(options = {})
  @issues ||= _create_instance Github::Issues, options
end