1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

reformatting sentence

This commit is contained in:
Neeraj Singh 2010-07-23 14:11:14 -04:00
parent cf5c2bacb0
commit 8f638d8cc1

View file

@ -9,7 +9,7 @@ module ActiveSupport
module XmlMini
extend self
# This module exists to decorate files deserialized using Hash.from_xml with
# This module decorates files deserialized using Hash.from_xml with
# the <tt>original_filename</tt> and <tt>content_type</tt> methods.
module FileLike #:nodoc:
attr_writer :original_filename, :content_type