Module: ConcernedWith
- Defined in:
- lib/concerned_with.rb
Overview
ConcernedWith
Instance Method Summary collapse
Instance Method Details
#concerned_with(*concerns) ⇒ Object
3 4 5 6 7 |
# File 'lib/concerned_with.rb', line 3 def concerned_with(*concerns) concerns.each do |concern| require_dependency "#{name.underscore}/#{concern}" end end |