# File lib/cucumber/py_support/py_language.rb, line 8 def initialize(step_mother) @python_path = ENV['PYTHONPATH'] ? ENV['PYTHONPATH'].split(':') : [] add_to_python_path(File.dirname(__FILE__)) RubyPython.start at_exit{RubyPython.stop} import(File.dirname(__FILE__) + '/py_language.py') end