summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-symbol-ext/test/symbol.rb
AgeCommit message (Collapse)Author
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.
2014-06-24Add `Symbol#intern`.take_cheeze
2014-06-23Reduce new string creation in `capitalize`, `downcase`, `upcase` method of ↵take_cheeze
`Symbol` class extension. Add test to check unmodified result is working.
2014-04-20Suppress test script syntax warning.take_cheeze
2014-04-20Implement Symbol#casecmpksss
2013-10-08add some methods to Symbolskandhas
2013-08-04Improve test of mruby-symbol-ext GEMDaniel Bovensiepen
2013-04-21Add Symbol#to_proc, Symbol.all_symbolsh2so5