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 #1

Updated by jarl (Jarl Friis) about 14 years ago

=begin
Not only is the options hash not documented, it is not working either.

=end

Actions #2

Updated by mame (Yusuke Endoh) about 14 years ago

  • Assignee set to tenderlovemaking (Aaron Patterson)
  • Priority changed from 5 to Normal

=begin
Hi,

Aaron, what do you think about this ticket?

--
Yusuke Endoh
=end

Actions #3

Updated by naruse (Yui NARUSE) about 14 years ago

=begin
Is this really a bug?
There is no documentation and doesn't work;
it is considered that there was no such function.

So my understanding is, this should be feature request.
Yeah, such function seems useful, but I don't have how it should works.
=end

Actions #4

Updated by mame (Yusuke Endoh) about 14 years ago

  • Target version set to 2.0.0

=begin

=end

Actions #5

Updated by Anonymous almost 14 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r28573.
Anshul, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0