Class: Playa::Application
- Inherits:
-
Object
- Object
- Playa::Application
- Includes:
- Vedeu
- Defined in:
- lib/playa/application.rb
Class Method Summary collapse
Class Method Details
.start(args = []) ⇒ Object
46 47 48 49 50 51 52 53 |
# File 'lib/playa/application.rb', line 46 def self.start(args = []) Controller.new(args) Vedeu::Launcher.new(args).execute! rescue Errno::EMFILE puts "Playa does not support this number of files." puts "Please see https://github.com/gavinlaking/playa/issues/11" end |