Sha256: 4873fbad710de442c44331c5f27feae6de59455f46efcad721b9dfae431e17d8
Contents?: true
Size: 488 Bytes
Versions: 8
Compression:
Stored size: 488 Bytes
Contents
# encoding: utf-8 # # This file is part of the cowtech-extensions gem. Copyright (C) 2011 and above Shogun <shogun_panda@me.com>. # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # module Cowtech module Extensions # Exceptions for cowtech-extensions. module Exceptions # This exception is raised from {Object#debug_dump} when `must_raise` is `true`. class Dump < ::RuntimeError end end end end
Version data entries
8 entries across 8 versions & 1 rubygems