Class: Lich::Common::Scripting

Inherits:
Object
  • Object
show all
Defined in:
documented/common/script.rb

Overview

Handles script execution and context binding.

See Also:

  • for script management.

Instance Method Summary collapse

Instance Method Details

#scriptObject



11
12
13
# File 'documented/common/script.rb', line 11

def script
  Proc.new {}.binding
end