From 06e1881fd3c1a2c96d24ec92ea8449305b89334a Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 20 Dec 2014 14:52:26 -0800 Subject: Fix syntax error with RDoc directive, this should be `:nodoc:` in order to be parsed. --- activesupport/lib/active_support/duration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/duration.rb b/activesupport/lib/active_support/duration.rb index 0de1d2c7df..bcb415f6d3 100644 --- a/activesupport/lib/active_support/duration.rb +++ b/activesupport/lib/active_support/duration.rb @@ -98,7 +98,7 @@ module ActiveSupport to_i end - def respond_to_missing?(method, include_private=false) #:nodoc + def respond_to_missing?(method, include_private=false) #:nodoc: @value.respond_to?(method, include_private) end -- cgit v1.2.3