# File lib/relevance/tarantula/html_report_helper.rb, line 29 def textmate_url(file, line_no) "txmt://open?url=file://#{File.expand_path(File.join(rails_root,file))}&line_no=#{line_no}" end