Class: Cucumber::Formatter::LegacyApi::Adapter::Embedding

Inherits:
Struct
  • Object
show all
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.embed(src, mime_type, label)
end