From 40911cece237cc929e35df9eeb772a3adbcb4983 Mon Sep 17 00:00:00 2001 From: Julio Lopez Date: Tue, 7 Jul 2015 22:29:02 -0500 Subject: adding brackets to array in docs --- activesupport/lib/active_support/core_ext/module/concerning.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/module/concerning.rb') diff --git a/activesupport/lib/active_support/core_ext/module/concerning.rb b/activesupport/lib/active_support/core_ext/module/concerning.rb index e26b594fc4..65b88b9bbd 100644 --- a/activesupport/lib/active_support/core_ext/module/concerning.rb +++ b/activesupport/lib/active_support/core_ext/module/concerning.rb @@ -99,7 +99,7 @@ class Module # end # # Todo.ancestors - # # => Todo, Todo::EventTracking, Object + # # => [Todo, Todo::EventTracking, Object] # # This small step has some wonderful ripple effects. We can # * grok the behavior of our class in one glance, -- cgit v1.2.3