From: nobu@... Date: 2017-05-19T08:14:17+00:00 Subject: [ruby-core:81266] [Ruby trunk Feature#13518][Feedback] Indented multiline comments Issue #13518 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Feedback How about that matching indentation of `=begin` and `=end`? ```ruby =begin in a comment =end still in a comment =end # end of the comment ``` ---------------------------------------- Feature #13518: Indented multiline comments https://bugs.ruby-lang.org/issues/13518#change-64932 * Author: tscheingeld (Terry Scheingeld) * Status: Feedback * Priority: Normal * Assignee: * Target version: ---------------------------------------- I'd like to submit the idea that multiline comments could be indented. That is, `=begin` and `=end` do not have to start at column zero. That would allow for more flexibility in documenting and commenting code. -- https://bugs.ruby-lang.org/ Unsubscribe: