Sha256: 492075c23f46d97f612fe33e330a06035eef16b042ac48eca5fdfa7ea949c2df
Contents?: true
Size: 425 Bytes
Versions: 11
Compression:
Stored size: 425 Bytes
Contents
# encoding: utf-8 # # This file is part of the lazier gem. Copyright (C) 2013 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 Lazier # Exceptions for lazier. module Exceptions # This exception is raised from {Object#debug_dump} when `must_raise` is `true`. class Dump < ::RuntimeError end end end
Version data entries
11 entries across 11 versions & 1 rubygems