Class: RbbtPython::Binding
- Inherits:
-
Object
- Object
- RbbtPython::Binding
- Includes:
- PyCall::Import
- Defined in:
- lib/rbbt/util/python.rb
Instance Method Summary collapse
Instance Method Details
#run(*args, &block) ⇒ Object
13 14 15 |
# File 'lib/rbbt/util/python.rb', line 13 def run(*args, &block) instance_exec(*args, &block) end |