Closed fbnz156 closed 6 years ago
Re-submission of #67 due to flawed pull request.
Added MrbValue.GetInstanceVariable, MrbValue.SetInstanceVariable, Mrb.GetGlobalVariable, Mrb.SetGlobalVariable and their underlying C methods to allow Go to pass variables to/from Ruby.
This is honestly a staple of ANY scripting implementation.
sorry I got back to this so late. great tests; thanks for your contribution!
Re-submission of #67 due to flawed pull request.
Added MrbValue.GetInstanceVariable, MrbValue.SetInstanceVariable, Mrb.GetGlobalVariable, Mrb.SetGlobalVariable and their underlying C methods to allow Go to pass variables to/from Ruby.
This is honestly a staple of ANY scripting implementation.