about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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)