Module: Subtle::StrictCoverMethods
- Included in:
- LazyCover
- Defined in:
- lib/subtle/cover.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(meth, *args, &blk) ⇒ Object
21 22 23 |
# File 'lib/subtle/cover.rb', line 21 def method_missing(meth, *args, &blk) @subject.send(meth, *args, &blk) end |