# File lib/sinatra/respond_to.rb, line 118 def is_chrome? true if env['HTTP_USER_AGENT'] =~ /Chrome/ end