Class: Sprout::System::WinSystem

Inherits:
Object
  • Object
show all
Defined in:
lib/flashplayer/system_mixins.rb

Instance Method Summary collapse

Instance Method Details

#open_flashplayer_with(exe, swf) ⇒ Object



8
9
10
11
12
# File 'lib/flashplayer/system_mixins.rb', line 8

def open_flashplayer_with exe, swf
  return Thread.new {
    execute exe, swf
  }
end