Skip to content

Commit f00e846

Browse files
authored
Merge pull request #2908 from nekketsuuu/patch-1
Fix return type of Kernerl#y which is added by psych
2 parents 08246b2 + 9512864 commit f00e846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

refm/api/src/psych/core_ext.rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ syck が廃止された場合 psych_to_yaml は廃止
8484

8585
== Instance Methods
8686

87-
--- y(*objects) -> String
88-
--- psych_y(*objects) -> String
89-
objectsYAML document に変換します
87+
--- y(*objects) -> nil
88+
--- psych_y(*objects) -> nil
89+
objectsYAML document として標準出力に出力します
9090

9191
このメソッドは irb 上でのみ定義されます。
9292

0 commit comments

Comments
 (0)