How to get Firefox to open a HTML file in Ruby? By Alvin Lai November 19th, 2009 require ‘rubygems’require ‘launchy’Launchy::Browser.run(‘textilized.html’)