Module: CapUtil::Halt
- Defined in:
- lib/cap-util/halt.rb
Defined Under Namespace
Modules: HaltMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
13 14 15 16 |
# File 'lib/cap-util/halt.rb', line 13 def self.included(receiver) receiver.send(:extend, HaltMethods) receiver.send(:include, HaltMethods) end |