Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/mixico.rb,
lib/mixico.rb
Instance Method Summary collapse
Instance Method Details
#mix_eval(mod, &blk) ⇒ Object
59 60 61 62 63 64 65 66 |
# File 'lib/mixico.rb', line 59 def mix_eval mod, &blk blk.mixin mod begin blk.call ensure blk.mixout mod end end |