Sha256: 46e5f777f0b034dd1e84e3e235f2c6604d61c09d00bab96e760732b042277a7b
Contents?: true
Size: 370 Bytes
Versions: 11
Compression:
Stored size: 370 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ class NilClass def true? false end def false? false end end
Version data entries
11 entries across 11 versions & 1 rubygems