Sha256: b7e99563a7b777da5ab13559ed9be9dd9060da0dd612d98152b1307d28d6b99f
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
module Inspector module Constraints class False include Constraint def valid?(actual) !actual end def to_s "be_false" end def inspect "#<false>" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
object-inspector-0.1.0 | lib/inspector/constraints/false.rb |