This website requires JavaScript.
Explore
Help
Register
Sign In
Hawkin
/
arangodb
mirror of
https://gitee.com/bigwinds/arangodb
Accept Transfer
Reject Transfer
Watch
1
Star
0
Fork
You've already forked arangodb
0
Code
Issues
Projects
Releases
Wiki
Activity
3d511060ce
arangodb
/
3rdParty
/
mruby
/
mrbgems
/
mruby-symbol-ext
/
mrblib
/
symbol.rb
10 lines
104 B
Ruby
Raw
Blame
History
class
Symbol
def
to_proc
Proc
.
new
do
|
obj
,
*
args
|
obj
.
send
(
self
,
*
args
)
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink