class Rampart::PassEvent

Public Instance Methods

halt?() click to toggle source
# File lib/rampart/events/pass_event.rb, line 3
def halt?
  false
end
success?() click to toggle source
# File lib/rampart/events/pass_event.rb, line 7
def success?
  false
end