Sha256: faa20ccb8d0b3c8709fdbdb955fcfb52b0908c0e04bcfb211489a334abba668f
Contents?: true
Size: 390 Bytes
Versions: 66
Compression:
Stored size: 390 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 LCM2 module Type class AnyType CATEGORY = :special def check(_) true end end end end end
Version data entries
66 entries across 66 versions & 1 rubygems