module LunaPark::Extensions::Exceptions::Substitutive
class-level mixin
Public Class Methods
extended(base)
click to toggle source
# File lib/luna_park/extensions/exceptions/substitutive.rb, line 8 def self.extended(base) base.extend ClassMethods base.include InstanceMethods end