提交 135c5d59 编写于 作者: G Godfrey Chan 提交者: GitHub

🙈 :nodoc: `AS::Duration::ISO8601Serializer`

This class should not be used directly, the public API is `AS::Duration#iso8601`.
上级 8f59a1dd
......@@ -4,7 +4,7 @@
module ActiveSupport
class Duration
# Serializes duration to string according to ISO 8601 Duration format.
class ISO8601Serializer
class ISO8601Serializer # :nodoc:
def initialize(duration, precision: nil)
@duration = duration
@precision = precision
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册