Class | Jekyll::Plugin |
In: |
lib/jekyll/plugin.rb
|
Parent: | Object |
PRIORITIES | = | { :lowest => -100, :low => -10, :normal => 0, :high => 10, :highest => 100 } |
Install a hook so that subclasses are recorded. This method is only ever called by Ruby itself.
base - The Class subclass.
Returns nothing.
Get or set the safety of this plugin. When called without an argument it returns the safety. When an argument is given, it will set the safety.
safe - The Boolean safety (default: nil).
Returns the safety Boolean.