lib/rubypython.rb in rubypython-0.2.1 vs lib/rubypython.rb in rubypython-0.2.2
- old
+ new
@@ -75,10 +75,10 @@
# Handles the setup and cleanup involved with using the interpreter for you.
# Note that all Python object will be effectively scope to within the block
# as the embedded interpreter will be halted at its end.
def self.run(&block)
start
- module_eval(&block)
+ module_eval(&block)
stop
end
end
\ No newline at end of file