# File lib/twitter/creatable.rb, line 9 def created_at @created_at ||= Time.parse(@attrs['created_at']) unless @attrs['created_at'].nil? end