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



200
201
202
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 200

def send_to_formatter(formatter)
  formatter.embed(src, mime_type, label)
end