Class: Turl::Web

Inherits:
Object
  • Object
show all
Defined in:
lib/turl/web.rb

Defined Under Namespace

Classes: App

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.run(argv) ⇒ Object



5
6
7
8
# File 'lib/turl/web.rb', line 5

def self.run(argv)
  Turl.prepare_database!
  self.new.run(argv)
end

Instance Method Details

#run(argv) ⇒ Object



10
11
12
# File 'lib/turl/web.rb', line 10

def run(argv)
  App.run!
end