Class: Cucumber::Formatter::LegacyApi::Adapter::Embedding
- Defined in:
- lib/cucumber/formatter/legacy_api/adapter.rb
Instance Method Summary collapse
Instance Method Details
#send_to_formatter(formatter) ⇒ Object
207 208 209 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 207 def send_to_formatter(formatter) formatter.(src, mime_type, label) end |