From 6ef53181ebd2299ba8a3e0e605d955a43c9c6236 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Sat, 23 Nov 2013 23:45:33 -0800 Subject: Process::Status should get a :nodoc: [ci skip] --- activesupport/lib/active_support/core_ext/object/json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/object/json.rb b/activesupport/lib/active_support/core_ext/object/json.rb index 75ab3db268..1675145ffe 100644 --- a/activesupport/lib/active_support/core_ext/object/json.rb +++ b/activesupport/lib/active_support/core_ext/object/json.rb @@ -190,7 +190,7 @@ class DateTime end end -class Process::Status +class Process::Status #:nodoc: def as_json(options = nil) { :exitstatus => exitstatus, :pid => pid } end -- cgit v1.2.3