From: Alexey Muranov Date: 2011-11-09T05:30:38+09:00 Subject: [ruby-core:40859] [ruby-trunk - Feature #5578] Embedded YAML for Ruby 2.0 Issue #5578 has been updated by Alexey Muranov. I think that when two different languages are used in a same source file, especially a whitespace sensitive one and a non whitespace sensitive, it is good to have them clearly separated. ---------------------------------------- Feature #5578: Embedded YAML for Ruby 2.0 http://redmine.ruby-lang.org/issues/5578 Author: Thomas Sawyer Status: Open Priority: Normal Assignee: Category: Target version: 2.0.0 Way cool would be support for embedded YAML. data = --- a: 1 b: 2 c: 3 ... -- http://redmine.ruby-lang.org