Sha256: 3725c41c575a9ea259c8e3c6890495e2bfe2bf07efb43c3a443a0d833fa4be4e
Contents?: true
Size: 495 Bytes
Versions: 15
Compression:
Stored size: 495 Bytes
Contents
#!/usr/bin/env ruby #--- # Copyright 2003, 2004, 2005, 2006, 2007 by Jim Weirich (jim@weirichhouse.org). # All rights reserved. # # Permission is granted for use, copying, modification, distribution, # and distribution of modified versions of this work as long as the # above copyright notice is included. #+++ require 'flexmock/noop' class FlexMock # Error raised when flexmock is used incorrectly. class UsageError < ::RuntimeError end class MockError < ::RuntimeError end end
Version data entries
15 entries across 15 versions & 2 rubygems