class Travis::CLI::Raw
def run(resource)
def run(resource) reply = session.get_raw(resource) json? ? say(reply.to_json) : pp(reply) rescue Travis::Client::NotFound error "resource not found" end
def run(resource) reply = session.get_raw(resource) json? ? say(reply.to_json) : pp(reply) rescue Travis::Client::NotFound error "resource not found" end