From: Yui NARUSE Date: 2011-08-02T15:29:21+09:00 Subject: [ruby-core:38694] [Ruby 1.9 - Bug #5141][Assigned] Inconsistent indentation in method call with args on multiple lines. Issue #5141 has been updated by Yui NARUSE. Category set to misc Status changed from Open to Assigned Assignee set to Nobuyoshi Nakada Parent task set to #5142 ---------------------------------------- Bug #5141: Inconsistent indentation in method call with args on multiple lines. http://redmine.ruby-lang.org/issues/5141 Author: Nicolas Buduroi Status: Assigned Priority: Normal Assignee: Nobuyoshi Nakada Category: misc 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