class Guard::PluginUtil

def initialize(name)

Parameters:
  • name (String) -- the name of the Guard plugin
def initialize(name)
  @name = name.to_s.sub(/^guard-/, "")
end