Sha256: 40b30dca80033636c385b3120728a7bef21ec2900ef5f4a0e618a7328560b0e1
Contents?: true
Size: 367 Bytes
Versions: 15
Compression:
Stored size: 367 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
15 entries across 15 versions & 2 rubygems