If you just want the number of a’s:
puts "Melanie is a noob".count('a') #=> 2
Docs for more details.
If you just want the number of a’s:
puts "Melanie is a noob".count('a') #=> 2
Docs for more details.
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.