summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-binding/mrblib/binding.rb
AgeCommit message (Collapse)Author
2021-02-22Adjustment of the current HEAD and bindings, and separationdearblue
Make changes to make `Binding` work. At the same time, it separates `Binding#eval`, which depends on `mruby-eval`, from `mruby-binding-core`.
2021-02-22Change `mruby-binding` to `mruby-binding-core`dearblue
2017-02-24Try Binding classksss