source: EcnlProtoTool/trunk/mruby-2.1.1/mrblib/symbol.rb@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
File size: 113 bytes
Line 
1class Symbol
2 def to_proc
3 ->(obj,*args,&block) do
4 obj.__send__(self, *args, &block)
5 end
6 end
7end
Note: See TracBrowser for help on using the repository browser.