░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/yard-appendix-0.1.8/lib
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: yard-appendix.rb
# # Copyright (c) 2011 Ahmad Amireh <ahmad@amireh.net> # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) require 'yard' module YARD module AppendixPlugin ROOT = File.dirname(__FILE__) TEMPLATE_PATH = File.join(%W[#{ROOT} .. templates]) RUBY_19 = RUBY_VERSION >= '1.9.' end require 'yard-appendix/version' require 'yard-appendix/namespace_resolver' require 'yard-appendix/code_objects/appendix_object' require 'yard-appendix/tags/appendix_directive' require 'yard-appendix/handlers/ruby/appendix_handler' if RUBY19 require 'yard-appendix/handlers/ruby/legacy/appendix_handler' unless RUBY19 require 'yard-appendix/templates/helpers/html_helper' module Templates Engine.register_template_path YARD::AppendixPlugin::TEMPLATE_PATH end module Tags Library.define_directive(:appendix, :with_title_and_text, AppendixDirective) end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 yard-appendix/
DIR
—
2023-09-24 03:48
📄 yard-appendix.rb
RB
1.9 KB
2023-09-24 03:48
EDIT