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