Class: Lich::Common::Scripting
- Inherits:
-
Object
- Object
- Lich::Common::Scripting
- Defined in:
- lib/common/script.rb
Overview
This class handles the scripting functionality within the Lich module.
Instance Method Summary collapse
-
#script ⇒ Binding
Returns a binding for a new script.
Instance Method Details
#script ⇒ Binding
Returns a binding for a new script.
21 22 23 |
# File 'lib/common/script.rb', line 21 def script Proc.new {}.binding end |