Class: PyruPythonBridge::Conversions

Inherits:
Object
  • Object
show all
Defined in:
lib/pyru_python_bridge.rb

Class Method Summary collapse

Class Method Details

.python_to_pyru(python_value) ⇒ Object



18
19
20
# File 'lib/pyru_python_bridge.rb', line 18

def self.python_to_pyru(python_value)
  # Placeholder for converting Python to Pyru
end