Sha256: 621a1b9242e01d20b77785d13e075630a301db5b64080331a5ae87fe66ff7dc4
Contents?: true
Size: 182 Bytes
Versions: 72
Compression:
Stored size: 182 Bytes
Contents
require 'travis/client' module Travis module Client class Error < StandardError end class NotFound < Error end class NotLoggedIn < NotFound end end end
Version data entries
72 entries across 72 versions & 1 rubygems