Module: RubyPython::Python
- Defined in:
- lib/rubypython/python.rb
Overview
This module will hold the loaded RubyPython interpreter.
Class Method Summary collapse
Class Method Details
.synchronize(&block) ⇒ Object
9 10 11 |
# File 'lib/rubypython/python.rb', line 9 def self.synchronize(&block) @lock.synchronize(&block) end |