Sha256: 42628fb48b4c041627a2f30ec73fe6682b8d9b4c4f1bc91fb7c9fe8ccaf7af48
Contents?: true
Size: 460 Bytes
Versions: 29
Compression:
Stored size: 460 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 IsLabel # Returns true if the object is a label false otherwise # @return [Boolean] def label? true end alias_method :display_form?, :label? end end end
Version data entries
29 entries across 29 versions & 2 rubygems