1# 2# Copyright (c) 2006-2025 Wade Alcorn - [email protected] 3# Browser Exploitation Framework (BeEF) - https://beefproject.com 4# See the file 'doc/COPYING' for copying permission 5# 6 7# @note Patching Ruby Security 8require 'core/ruby/security' 9 10# @note Patching Ruby 11require 'core/ruby/module' 12require 'core/ruby/string' 13require 'core/ruby/print' 14require 'core/ruby/hash' 15 16