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)


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

def false?
  false
end

#true?Boolean

Returns:

  • (Boolean)


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

def true?
  false
end