summaryrefslogtreecommitdiffhomepage
path: root/mrblib/symbol.rb
AgeCommit message (Collapse)Author
2021-11-24Fixed some methods where keyword arguments are not passeddearblue
2018-09-20Move `Symbol#to_proc` to the core from `mruby-symbol-ext` gem.Yukihiro "Matz" Matsumoto
Even though `Symbol#to_proc` is not included in ISO standard, the `some_method(&:method_name)` is used very widely and convenient. So we moved it to the core.