Sha256: 758f0a19e1d0b71070c6d043bcfe3b9d3536657bf867ae67db285e3d0d320cd7
Contents?: true
Size: 224 Bytes
Versions: 16
Compression:
Stored size: 224 Bytes
Contents
# encoding: UTF-8 module GoodData module Mixin module NotAttribute # Returns true if the object is a fact false otherwise # @return [Boolean] def attribute? false end end end end
Version data entries
16 entries across 16 versions & 1 rubygems