Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/thread-self/root/opt/alt/ruby27/share/ruby/forwardable/
Upload File :
Current File : //proc/thread-self/root/proc/thread-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

Hacked By AnonymousFox1.0, Coded By AnonymousFox