From 135c5d5928b57ebc94482bae6f79fe1b61fc633f Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Thu, 23 Feb 2017 10:55:06 -0800 Subject: =?UTF-8?q?=F0=9F=99=88=20:nodoc:=20`AS::Duration::ISO8601Serializ?= =?UTF-8?q?er`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This class should not be used directly, the public API is `AS::Duration#iso8601`. --- activesupport/lib/active_support/duration/iso8601_serializer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/duration/iso8601_serializer.rb b/activesupport/lib/active_support/duration/iso8601_serializer.rb index 51d53e2f8d..e5d458b3ab 100644 --- a/activesupport/lib/active_support/duration/iso8601_serializer.rb +++ b/activesupport/lib/active_support/duration/iso8601_serializer.rb @@ -4,7 +4,7 @@ require "active_support/core_ext/hash/transform_values" 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 -- cgit v1.2.3