module Librarian::Support::AbstractMethod
Public Class Methods
included(base)
click to toggle source
# File lib/librarian/support/abstract_method.rb, line 6 def included(base) base.extend ClassMethods end
# File lib/librarian/support/abstract_method.rb, line 6 def included(base) base.extend ClassMethods end