# File lib/cucumber/formatter/html.rb, line 25 def embed(file, mime_type) case(mime_type) when /^image\/(png|gif|jpg|jpeg)/ embed_image(file) end end