# File lib/email_spec/email_viewer.rb, line 79 def self.open_in_text_editor(filename) Launchy.open(URI.parse("file://#{File.expand_path(filename)}"), :application => :editor) end