Skip to content

Commit

Permalink
Changed question3.rb to return text
Browse files Browse the repository at this point in the history
  • Loading branch information
halferty committed Apr 25, 2012
1 parent f406845 commit 1e363a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/question3.rb
Expand Up @@ -7,7 +7,7 @@

pattern = patternify(numbers, letters)

pattern + "|" + total + "|" + excess
pattern + "|" + total.to_s + "|" + excess.to_s
end


0 comments on commit 1e363a8

Please sign in to comment.