about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-06-25 11:17:11 +0000
committerEric Wong <e@80x24.org>2015-06-25 11:22:04 +0000
commit59aa3ea56e72986bec9482326b4b975ebb4b850a (patch)
treef459ddbb8c3cdbf60327d11a3dc056bf5e56f83a
parentd3c50f33c877ce081efbd354940471e8e1f66843 (diff)
downloadmogilefs-client-59aa3ea56e72986bec9482326b4b975ebb4b850a.tar.gz
rdoc seems to think we implement something for Process, we do not.
-rw-r--r--lib/mogilefs.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index cf6b5df..e2a621f 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -5,6 +5,7 @@
 # Client usage information is available in MogileFS::MogileFS.
 module MogileFS
 
+  # :stopdoc:
   if defined?(Process::CLOCK_MONOTONIC)
     def self.now
       Process.clock_gettime(Process::CLOCK_MONOTONIC)
@@ -14,6 +15,7 @@ module MogileFS
       Time.now.to_f
     end
   end
+  # :startdoc:
 
   # Standard error class for most MogileFS-specific errors
   Error = Class.new(StandardError)