Project

General

Profile

Actions

Feature #2784

closed

The formatting options hash passed to the to_yaml methods do nothing.

Added by anshul (Anshul Khandelwal) about 14 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
[ruby-core:28318]

Description

=begin
At the moment, there appears to be no documented way to format the output of the various to_yaml methods. They all accept an options hash but the documentation does not specify what options may be passed.

Also, the use of to_yaml_style is undocumented.

class Array
   def to_yaml_style
     :inline
   end
end

results in inline formatting of the resulting yaml. This is not documented anywhere but works.

This is further described in [1] and [2].

[1] http://stackoverflow.com/questions/1054730/is-it-possible-to-specify-formatting-options-for-toyaml-in-ruby
[2] http://stackoverflow.com/questions/2156762/how-to-get-the-formatting-options-for-the-to-yaml-method-working-on-ruby-1-9-1
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0