module Quaderno::Exceptions
Public Class Methods
included(receiver)
click to toggle source
# File lib/quaderno-ruby/exceptions/exceptions.rb, line 27 def self.included(receiver) receiver.send :extend, ClassMethods end