Sha256: ab663318f3e94873c967a0c8b2d79e1ea9789249f0cdd74a32fa0c2a39254853
Contents?: true
Size: 285 Bytes
Versions: 58
Compression:
Stored size: 285 Bytes
Contents
# 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 NilExtensions refine NilClass do def to_b false end end end
Version data entries
58 entries across 58 versions & 1 rubygems