# File lib/backports/tools/std_lib.rb, line 32 def self.mark_as_loaded(feature) $LOADED_FEATURES << "#{File.basename(feature, '.rb')}.rb" end