Sha256: 6dd7f837a5bf1e704aad10a010d0e6f0a0ba43b87a2954b5d141ba29cf8a0afd
Contents?: true
Size: 461 Bytes
Versions: 77
Compression:
Stored size: 461 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 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 NotMetric # Returns true if the object is a metric false otherwise # @return [Boolean] def metric? false end alias_method :measure?, :metric? end end end
Version data entries
77 entries across 77 versions & 1 rubygems