Sha256: 7297f15f5081362f7b3e92015164066401eb7d6a0273702191be2d499d6ca4a1
Contents?: true
Size: 452 Bytes
Versions: 4
Compression:
Stored size: 452 Bytes
Contents
%a{annotate:rdoc:skip} class Object # <!-- # rdoc-file=ext/psych/lib/psych/core_ext.rb # - to_yaml(options = {}) # --> # Convert an object to YAML. See Psych.dump for more information on the # available `options`. # def to_yaml: (?indentation: Integer, ?line_width: Integer, ?canonical: bool, ?header: bool) -> String | [IO] (IO, ?indentation: Integer, ?line_width: Integer, ?canonical: bool, ?header: bool) -> IO end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rbs-3.8.1 | stdlib/psych/0/core_ext.rbs |
rbs-3.8.0 | stdlib/psych/0/core_ext.rbs |
rbs-3.8.0.pre.1 | stdlib/psych/0/core_ext.rbs |
rbs-3.7.0.pre.1 | stdlib/psych/0/core_ext.rbs |