Sha256: 6c055dbc7767600c06975719c54fbf084a9cea69c8aedde6498333f0a84386c1

Contents?: true

Size: 124 Bytes

Versions: 1

Compression:

Stored size: 124 Bytes

Contents

module God
  module Conditions

    class Always < PollCondition
      def test
        false
      end
    end
  
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
god-0.1.0 lib/god/conditions/always.rb