I saw this on a screencast and couldn\'t figure out what it was. Reference sheets just pile it in with other operators as a general pattern match operator.
Regular expression string matching:
puts true if url =~ /google.com/
You can read '=~' as 'is matching'.