Sha256: fda15fc5054746d284751f1644c6970d586ebadee0122af8396e4a0b74c29916
Contents?: true
Size: 259 Bytes
Versions: 16
Compression:
Stored size: 259 Bytes
Contents
# encoding: UTF-8 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
16 entries across 16 versions & 1 rubygems