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