From 7f153071e40b1242ad0aa46c81ec0e927b9fc890 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 9 Dec 2011 16:23:48 -0800 Subject: rename "Put" namespace to "NewFile" This should make documentation easier --- lib/mogilefs/http_file.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/mogilefs/http_file.rb') diff --git a/lib/mogilefs/http_file.rb b/lib/mogilefs/http_file.rb index b2d5620..8784f68 100644 --- a/lib/mogilefs/http_file.rb +++ b/lib/mogilefs/http_file.rb @@ -1,7 +1,7 @@ # -*- encoding: binary -*- # here are internal implementation details, do not use them in your code require 'stringio' -require 'mogilefs/new_file_common' +require 'mogilefs/new_file' ## # HTTPFile wraps up the new file operations for storing files onto an HTTP @@ -11,7 +11,7 @@ require 'mogilefs/new_file_common' # create a new file using MogileFS::MogileFS.new_file. # class MogileFS::HTTPFile < StringIO - include MogileFS::NewFileCommon + include MogileFS::NewFile::Common ## # The big_io name in case we have file > 256M -- cgit v1.2.3-24-ge0c7