From: Nicolas Buduroi Date: 2011-08-02T10:26:08+09:00 Subject: [ruby-core:38685] [Ruby 1.9 - Bug #5141][Open] Inconsistent indentation in method call with args on multiple lines. Issue #5141 has been reported by Nicolas Buduroi. ---------------------------------------- Bug #5141: Inconsistent indentation in method call with args on multiple lines. http://redmine.ruby-lang.org/issues/5141 Author: Nicolas Buduroi Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: HEAD The indentation of method call with arguments spread on multiple lines is inconsistent. belongs_to(:foo, :class_name => 'Foo', :foreign_key => 'foo_id') has_many(:bar, :class_name => 'Bar', :foreign_key => :bar_id) This was working correctly in earlier versions. -- http://redmine.ruby-lang.org