Sha256: bbba552bb967fad8de50de598d6f72dd4a0757c9a6cf666b7e30d706beb7d41c
Contents?: true
Size: 415 Bytes
Versions: 29
Compression:
Stored size: 415 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. module GoodData module Mixin module NotFact # Returns true if the object is a fact false otherwise # @return [Boolean] def fact? false end end end end
Version data entries
29 entries across 29 versions & 2 rubygems