# File lib/cucumber/formatter/gherkin_formatter_adapter.rb, line 79 def embed(file, mime_type) @gf.embedding(mime_type, File.read(file)) end