Closed marocchino closed 8 years ago
App::Persistence["date"] # => nil def install_date App::Persistence["date"] ||= NSDate.date end install_date # => true install_date # => 2014-05-07 15:19:45 +0900
Is there any reason first result is true?
true
Is there any reason first result is
true
?