Method: Uttk::Strategies::Proxy#create
- Defined in:
- lib/uttk/strategies/Proxy.rb
#create(anObject, &block) ⇒ Object
16 17 18 19 20 21 |
# 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 |