Class: Chitin::Sandbox
Instance Method Summary collapse
- #evaluate(code) ⇒ Object
-
#initialize ⇒ Sandbox
constructor
A new instance of Sandbox.
- #inspect ⇒ Object
Constructor Details
#initialize ⇒ Sandbox
Returns a new instance of Sandbox.
3 4 5 6 |
# File 'lib/chitin/sandbox.rb', line 3 def initialize @binding = binding @previous = nil end |