about summary refs log tree commit homepage
path: root/lib/dtas/parse_time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/parse_time.rb')
-rw-r--r--lib/dtas/parse_time.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/parse_time.rb b/lib/dtas/parse_time.rb
index 454c067..5c22baf 100644
--- a/lib/dtas/parse_time.rb
+++ b/lib/dtas/parse_time.rb
@@ -3,7 +3,7 @@
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require_relative '../dtas'
 
-module DTAS::ParseTime
+module DTAS::ParseTime # :nodoc:
   # convert a string time to seconds, returning a Floot or Integer
   def parse_time(time)
     case time