Sha256: fa7a80397cf5b4792148c3e14c08ab115e470a74a37f27ef7d0e4c5b67edc9bc
Contents?: true
Size: 390 Bytes
Versions: 19
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. class Numeric # Numbers are not duplicable: # # 3.duplicable? # => false # 3.dup # => TypeError: can't dup Fixnum def duplicable? false end end
Version data entries
19 entries across 19 versions & 1 rubygems