Go Fish/Ruby: Difference between revisions

m
Fixed syntax highlighting.
No edit summary
m (Fixed syntax highlighting.)
 
Line 1:
{{collection|Go Fish}}
 
<langsyntaxhighlight lang="ruby">class Card
RANKS = %w(2 3 4 5 6 7 8 9 10 J Q K A)
SUITS = %w(C D H S)
Line 224:
 
srand
GoFishGame.new.start</langsyntaxhighlight>
9,482

edits