Module: Cucover::LazyFeature
- Defined in:
- lib/cucover.rb
Instance Method Summary collapse
Instance Method Details
#accept(visitor) ⇒ Object
223 224 225 226 227 |
# File 'lib/cucover.rb', line 223 def accept(visitor) Cucover.start_test(self, visitor) do super end end |