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

Version Path
fat_free_crm-0.13.6 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.13.5 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.13.4 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.13.3 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.13.2 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.12.3 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.12.2 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.13.1 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.12.1 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.13.0 lib/fat_free_crm/core_ext/nil.rb
fat_free_crm-0.12.0 lib/fat_free_crm/core_ext/nil.rb