cleanup
This commit is contained in:
parent
3e217c1865
commit
9b8b15ded7
1 changed files with 0 additions and 1 deletions
|
|
@ -323,7 +323,6 @@ impl Runtime for RubyRuntime {
|
|||
.as_ref()
|
||||
.unwrap()
|
||||
.execute(Box::new(move |ruby| {
|
||||
// TODO: use ruby.proc_from_fn instead
|
||||
ruby.define_global_function(&name, function!(callback, -1));
|
||||
RubyValue::nil(&ruby)
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue