We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e8ff9 commit c32e084Copy full SHA for c32e084
sites/en/ruby/nil.step
@@ -55,7 +55,7 @@ IRB
55
message "What happened?"
56
irb "word.class"
57
message "`word` was set to nil. Let's look at the alphabetized list of methods the Nil class has."
58
- irb "word.method.sort"
+ irb "word.methods.sort"
59
message "The error message told us Nil doesn't have a method called upcase."
60
61
end
0 commit comments