提交 9b854ccd 编写于 作者: R Rob Zolkos

Add missing public method doc to TimeWithZone.name

上级 f9646c8a
......@@ -35,8 +35,10 @@ module ActiveSupport
# t.is_a?(ActiveSupport::TimeWithZone) # => true
#
class TimeWithZone
# Report class name as 'Time' to thwart type checking
def self.name
'Time' # Report class name as 'Time' to thwart type checking
'Time'
end
include Comparable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册