summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authortomoya ishida <[email protected]>2025-01-29 21:53:00 +0900
committerGitHub <[email protected]>2025-01-29 21:53:00 +0900
commit2d3d7a74e91ac521bbcedcc350f6b6877b61faa3 (patch)
tree1390c103a6f09d9bf974c106b198d1e79d71bcbb /time.c
parente01b4ca1c8eb24528b950bf77c9d0415bf1a1719 (diff)
[DOC] Fix wrong call-seq format (#12662)
Notes
Notes: Merged-By: tompng <[email protected]>
Diffstat (limited to 'time.c')
-rw-r--r--time.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/time.c b/time.c
index 34a90977ab..deb44096af 100644
--- a/time.c
+++ b/time.c
@@ -5700,7 +5700,6 @@ time_load(VALUE klass, VALUE str)
/*
* call-seq:
- *
* Time::tm.from_time(t) -> tm
*
* Creates new Time::tm object from a Time object.
@@ -5731,7 +5730,6 @@ tm_from_time(VALUE klass, VALUE time)
/*
* call-seq:
- *
* Time::tm.new(year, month=nil, day=nil, hour=nil, min=nil, sec=nil, zone=nil) -> tm
*
* Creates new Time::tm object.
@@ -5755,7 +5753,6 @@ tm_initialize(int argc, VALUE *argv, VALUE time)
}
/* call-seq:
- *
* tm.to_time -> time
*
* Returns a new Time object.