# File lib/merb-core/controller/mixins/conditional_get.rb, line 76 def last_modified last_mod = headers[Merb::Const::LAST_MODIFIED] Time.rfc2822(last_mod) if last_mod end