Sha256: d25e1a29f0830c5c01d18e5d173f74855dfc3d3d376070ea1ab10e75fde03b57
Contents?: true
Size: 319 Bytes
Versions: 58
Compression:
Stored size: 319 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 FalseExtensions refine FalseClass do def to_b false end def to_i 0 end end end
Version data entries
58 entries across 58 versions & 1 rubygems