[Source]
# File lib/uttk/strategies/Strategy.rb, line 529 def [] matcher, ref, my, name=nil matcher = matcher.new if matcher.is_a? Class self.stream_matcher = matcher super(ref, my, name) end
[Validate]