Created
November 20, 2012 00:58
-
-
Save rderoldan1/4115255 to your computer and use it in GitHub Desktop.
probando
This file contains hidden or 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
def find_number(number, index) | |
puts "Buscando el numero #{index} en #{number.inspect}" | |
number.join.scan(/#{index}/).count | |
#number.to_s.scan(/#{index}/).count |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment