| Class | Uttk::Strategies::Proxy |
| In: |
lib/uttk/strategies/Proxy.rb
|
| Parent: | Composite |
I‘m composed by only one strategy and I‘m transparent in the log.
# File lib/uttk/strategies/Proxy.rb, line 16 def create ( anObject, &block ) unless @contents.empty? raise ArgumentError, "A proxy can contain only one test" end super end