first commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Symbol
|
||||
def to_proc
|
||||
->(obj,*args,&block) do
|
||||
obj.__send__(self, *args, &block)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user