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