aboutsummaryrefslogtreecommitdiffstats
path: root/timev.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-08-21 11:36:36 -0500
committerGitHub <noreply@github.com>2022-08-21 11:36:36 -0500
commit936327a51915d6a39086f65ea1b8e5c5c4ade78f (patch)
tree85a95347dd61199f02578ecdc448a775a0f1e048 /timev.rb
parentb043dd9c5dd7b5c46580e49ad38b49d5cb5beaf1 (diff)
downloadruby-936327a51915d6a39086f65ea1b8e5c5c4ade78f.tar.gz
[DOC] Enhanced RDoc for Time (#6255)
Treats: #utc #hash #localtime
Diffstat (limited to 'timev.rb')
-rw-r--r--timev.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/timev.rb b/timev.rb
index a7e70b290f..1fd8295d0f 100644
--- a/timev.rb
+++ b/timev.rb
@@ -217,8 +217,8 @@ class Time
# Time.now # => 2009-06-24 12:39:54 +0900
# Time.now(in: '+04:00') # => 2009-06-24 07:39:54 +0400
#
- # Parameter:
- # :include: doc/time/in.rdoc
+ # For forms of argument +zone+, see
+ # {Timezone Specifiers}[rdoc-ref:doc/timezone_specifiers.rdoc].
def self.now(in: nil)
Primitive.time_s_now(Primitive.arg!(:in))
end