Files
mruby-mruby/test/t
Yukihiro "Matz" Matsumoto ce054bd078 symbol.c: remove Symbol#id2sym.
In the ancient Ruby, symbols are represented by integers. In that era,
to get string representation from integers, we used `Integer#id2sym`
method. Later, `Symbol` was introduced, and `id2sym` was used for
compatibility. Today, no one uses `id2sym` any longer. It is described
in ISO 30170:2012 standard but I consider it as a mistake.
2021-05-03 15:30:59 +09:00
..
2021-03-01 10:06:17 +10:00
2021-03-01 10:06:17 +10:00
2014-04-30 09:50:14 +09:00
2020-10-12 16:21:43 +09:00
2021-03-01 10:06:17 +10:00
2019-01-05 20:41:09 +09:00
2021-05-03 15:30:59 +09:00
2016-12-01 16:48:43 +09:00