Method: Mir::Application.start

Defined in:
lib/mir/application.rb

.startvoid

This method returns an undefined value.

Creates a new Mir instance and starts the main execution thread



14
15
16
# File 'lib/mir/application.rb', line 14

def self.start
  new.start
end