From: Justin Ko Date: 2007-01-13T04:52:29+09:00 Subject: What does this mean? ||= I'm looking at this method and don't understand what ||= means: def current_account @account ||= Account.find(session[:account_id]) end I have the ruby for rails book and can't find anything on it. -- Posted via http://www.ruby-forum.com/.