Method: Gloo::Exec::ExecEnv#pop_script

Defined in:
lib/gloo/exec/exec_env.rb

#pop_scriptObject

Pop a script off the stack.



55
56
57
58
59
# File 'lib/gloo/exec/exec_env.rb', line 55

def pop_script
  @scripts.pop
  @running_script = @scripts.stack.last
  @here.pop
end