回答編集履歴

1

整形

2021/04/28 07:13

投稿

asm
asm

スコア15149

test CHANGED
@@ -8,10 +8,10 @@
8
8
 
9
9
 
10
10
 
11
- > \# Build a User instance and override the first_name property
11
+ > # Build a User instance and override the first_name property
12
12
 
13
13
  > user = build(:user, first_name: "Joe")
14
14
 
15
15
  > user.first_name
16
16
 
17
- > \# => "Joe"
17
+ > # => "Joe"