class NilClass

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

Public Instance Methods

false?() click to toggle source
# File lib/fat_free_crm/core_ext/nil.rb, line 13
def false?
  false
end
true?() click to toggle source
# File lib/fat_free_crm/core_ext/nil.rb, line 9
def true?
  false
end