-
-
Save anonymous/abe3b7c344ee6be29fd24dc302258592 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):036:0> in_progress | |
=> [["820", "Adelaide", "Richmond", nil, nil], ["826", "Melbourne", "North Melbourne", nil, nil]] | |
irb(main):037:0> in_progress.include?("Adelaide") | |
=> false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment