File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ which will be called if defined:
107107=== Timezone Names
108108
109109If the class (the receiver of class methods, or the class of the receiver
110- of instance methods) has ` find_timezone` singleton method, this method is
110+ of instance methods) has + find_timezone+ singleton method, this method is
111111called to achieve the corresponding timezone object from a timezone name.
112112
113113For example, using {Timezone}[https://github.com/panthomakos/timezone]:
@@ -128,4 +128,4 @@ Or, using {TZInfo}[https://tzinfo.github.io]:
128128 TimeWithTZInfo.now(in: "America/New_York") #=> 2023-12-25 00:00:00 -0500
129129 TimeWithTZInfo.new("2023-12-25 America/New_York") #=> 2023-12-25 00:00:00 -0500
130130
131- You can define this method per subclasses, or on the toplevel ` Time` class.
131+ You can define this method per subclasses, or on the toplevel Time class.
You can’t perform that action at this time.
0 commit comments