class Launchy::Application::Browser

def open(uri, options = {})

http://www.catb.org/~esr/BROWSER/index.html
final assembly of the command and do %s substitution
def open(uri, options = {})
  cmd, args = cmd_and_args(uri, options)
  run(cmd, args)
end