Sha256: 8436bad8e1b92b89fda98afdfdbf7670bd6854f8bf424273063e100dd56dc131
Contents?: true
Size: 220 Bytes
Versions: 16
Compression:
Stored size: 220 Bytes
Contents
# encoding: UTF-8 module GoodData module Mixin module NotMetric # Returns true if the object is a metric false otherwise # @return [Boolean] def metric? false end end end end
Version data entries
16 entries across 16 versions & 1 rubygems