回答編集履歴

1

add

2018/01/26 04:59

投稿

asm
asm

スコア15147

test CHANGED
@@ -16,4 +16,8 @@
16
16
 
17
17
  # => {"foo"=>"bar"}
18
18
 
19
+ p YAML.load %({foo: "bar"})
20
+
21
+ # => {"foo"=>"bar"}
22
+
19
23
  ```