diff options
Diffstat (limited to 'activesupport/test/core_ext/module_test.rb')
-rw-r--r-- | activesupport/test/core_ext/module_test.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb index 9a2e52efa7..bfe60e0f5f 100644 --- a/activesupport/test/core_ext/module_test.rb +++ b/activesupport/test/core_ext/module_test.rb @@ -43,9 +43,9 @@ class Someone < Struct.new(:name, :place) private - def private_name - "Private" - end + def private_name + "Private" + end end Invoice = Struct.new(:client) do |