Class: Sibyl::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/sibyl/engine.rb

Class Method Summary collapse

Class Method Details

.openObject



7
8
9
10
# File 'lib/sibyl/engine.rb', line 7

def self.open
	require 'launchy'
	Launchy.open("http://localhost:3000/sibyl/editor/index")
end