Method: Gloo::Exec::ExecEnv#push_script
- Defined in:
- lib/gloo/exec/exec_env.rb
#push_script(script) ⇒ Object
Push a script onto the stack.
46 47 48 49 50 |
# File 'lib/gloo/exec/exec_env.rb', line 46 def push_script( script ) @scripts.push script @running_script = script @here.push script.obj end |