class Waterfall::WhenFalsy

Public Instance Methods

condition?() click to toggle source
Calls superclass method
# File lib/waterfall/predicates/when_falsy.rb, line 6
def condition?
  ! super
end