Class: Lich::Common::Scripting
- Inherits:
-
Object
- Object
- Lich::Common::Scripting
- Defined in:
- documented/common/script.rb
Overview
module Gemstone Class for handling script bindings This class provides methods to create script bindings.
Instance Method Summary collapse
-
#script ⇒ Binding
Creates a new script binding.
Instance Method Details
#script ⇒ Binding
Creates a new script binding
24 25 26 |
# File 'documented/common/script.rb', line 24 def script Proc.new {}.binding end |