Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
open launchy when calling enlighten
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 18, 2011
1 parent c69f1eb commit 3ae221b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/enlighten.rb
@@ -1,8 +1,11 @@
require "launchy"

module Enlighten
module Global
def enlighten
require "ruby-debug"
Debugger.wait_connection = true
Launchy.open("http://localhost:9090/")
Debugger.start_remote
debugger
end
Expand Down

0 comments on commit 3ae221b

Please sign in to comment.