Sha256: eadd4e27639efa2d6a3111cb136a069e5104119047e4bc8e16946c9da8bad8c3
Contents?: true
Size: 425 Bytes
Versions: 29
Compression:
Stored size: 425 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 NotAttribute # Returns true if the object is a fact false otherwise # @return [Boolean] def attribute? false end end end end
Version data entries
29 entries across 29 versions & 2 rubygems