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



10
11
12
# File 'lib/rubypython/python.rb', line 10

def self.synchronize(&block)
  @lock.synchronize(&block)
end