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
76 77 78 79 80 81 82 83 |
# File 'lib/playa/application.rb', line 76 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 |