-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poem.delete doesn't work #148
Comments
So this is correct behaviour. |
okay, but the instructions in the tutorial just say: try poem.delete they do not say: try poem.delete "aeiou" |
hmmm... I agree that the behavior should be to delete all of the vowels according to the string methods documentation, however, my experience is this:
|
it may be related to something else, b/c the next command in the tutorial is to create an empty hash called 'books', but I get the same ArgumentError
|
It appears that the string (or whatever data structure) called poem no longer exists for me in the tutorial.
|
gives out error "ArgumentError: wrong number of arguments (at least 1) "
The text was updated successfully, but these errors were encountered: