class PasswordChanger::PluginChecker

Public Class Methods

check() click to toggle source
# File lib/password_changer/plugin_checker.rb, line 4
def self.check
  fail ChangerClassError, "Password changer class \"Changer\" is not defined. Did you install a plugin which implements that changer-class?" unless defined? Changer
end