Sha256: f523ab2dddd45a7732d2d681e7c30e05d86be4ea2e498683cc6e66a50067e18c
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
module ObjectToBExtension # This method converts the object to the boolean type. # The method returns either +true+ or +false+. # def to_b !! self end end Object.send( :include, ObjectToBExtension )
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
your_platform-1.0.1 | app/models/object_to_b_extension.rb |
your_platform-1.0.0 | app/models/object_to_b_extension.rb |
your_platform-0.0.2 | app/models/object_to_b_extension.rb |