From c5a7ef1be173875dafa4804af53e499688bd9452 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 14 Nov 2011 14:52:09 -0800 Subject: [PATCH] file_info_cleanup: nodoc this internal method --- lib/mogilefs/mogilefs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mogilefs/mogilefs.rb b/lib/mogilefs/mogilefs.rb index 79b4895..8349429 100644 --- a/lib/mogilefs/mogilefs.rb +++ b/lib/mogilefs/mogilefs.rb @@ -303,7 +303,7 @@ class MogileFS::MogileFS < MogileFS::Client file_info_cleanup(@backend.file_info(opts)) end - def file_info_cleanup(rv) + def file_info_cleanup(rv) # :nodoc: %w(fid length devcount).each { |f| rv[f] = rv[f].to_i } devids = rv["devids"] and rv["devids"] = devids.split(/,/).map! { |x| x.to_i } -- 2.11.4.GIT