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)


13
14
15
# File 'lib/fat_free_crm/core_ext/nil.rb', line 13

def false?
  false
end

#true?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/fat_free_crm/core_ext/nil.rb', line 9

def true?
  false
end