Sha256: 014e3489bd9a614c6d3f776d9b36bafaf3f758e5689624ec42dad447a4130fa0
Contents?: true
Size: 316 Bytes
Versions: 58
Compression:
Stored size: 316 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 TrueExtensions refine TrueClass do def to_b true end def to_i 1 end end end
Version data entries
58 entries across 58 versions & 1 rubygems