Module: Librarian::Support::AbstractMethod

Included in:
Environment, Librarian::Source::Local
Defined in:
lib/librarian/support/abstract_method.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'lib/librarian/support/abstract_method.rb', line 6

def included(base)
  base.extend ClassMethods
end