Sha256: 688c9ed0aed5f2878daea381377535696823df41c9d89a3ceb2b4e7ea102f34d
Contents?: true
Size: 461 Bytes
Versions: 29
Compression:
Stored size: 461 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 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
29 entries across 29 versions & 2 rubygems