Module: Adherence::Module

Included in:
Module
Defined in:
lib/adherence/module.rb

Instance Method Summary collapse

Instance Method Details

#adheres_to(*args) ⇒ Object



5
6
7
# File 'lib/adherence/module.rb', line 5

def adheres_to(*args)
  args.each { |mod| adheres_to_module(mod) }
end