Actions
Feature #2784
closedThe formatting options hash passed to the to_yaml methods do nothing.
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
Like0
Like0Like0Like0Like0Like0