module Guard::Deprecated::Guard::ClassMethods

def guards(filter = nil)

def guards(filter = nil)
  ::Guard::UI.deprecation(GUARDS)
  ::Guard.state.session.plugins.all(filter)
end