Sha256: 2bf9d57e950d82209aeb3cfdf4812d056b8d5b908c7b9333fe816ef31a63a2d0
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
#-- # # Author:: Nathaniel Talbott. # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved. # License:: Ruby license. module Screw module Unit # Thrown by Screw::Unit::Assertions when an assertion fails. class AssertionFailedError < StandardError end end end
Version data entries
6 entries across 6 versions & 1 rubygems