Method: Gloo::Objs::Script#msg_run

Defined in:
lib/gloo/objs/basic/script.rb

#msg_runObject

Send the object the unload message.



92
93
94
95
# File 'lib/gloo/objs/basic/script.rb', line 92

def msg_run
  s = Gloo::Exec::Script.new self
  s.run
end