# File lib/cucumber/formatter/html.rb, line 485 def inline_css @builder.style(:type => 'text/css') do @builder << File.read(File.dirname(__FILE__) + '/cucumber.css') end end