Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/ruby/forwardable/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/ruby/forwardable/impl.rb |
# :stopdoc: module Forwardable def self._valid_method?(method) catch {|tag| eval("BEGIN{throw tag}; ().#{method}", binding, __FILE__, __LINE__) } rescue SyntaxError false else true end def self._compile_method(src, file, line) eval(src, nil, file, line) end end