mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Symbol class include Comparable module.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class Symbol
|
||||
include Comparable
|
||||
|
||||
def to_proc
|
||||
->(obj,*args,&block) do
|
||||
|
||||
Reference in New Issue
Block a user