Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created May 18, 2022 09:42
Show Gist options
  • Save denisdefreyne/bf44b021dab201cae95b2a02cc1f4a29 to your computer and use it in GitHub Desktop.
Save denisdefreyne/bf44b021dab201cae95b2a02cc1f4a29 to your computer and use it in GitHub Desktop.
case "/home/denis"
when PathPattern.new("/home/*")
puts "Home sweet home"
else
puts "Somewhere, I guess"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment