# File lib/merb/session/active_record_session.rb, line 90 def delete(key = nil) key ? self.data.delete(key) : self.data.clear end