Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/fat_free_crm/core_ext/nil.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#false?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/fat_free_crm/core_ext/nil.rb', line 11

def false?
  false
end

#true?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/fat_free_crm/core_ext/nil.rb', line 7

def true?
  false
end