Skip to content

Instantly share code, notes, and snippets.

@rrreeeyyy
Last active August 29, 2015 14:00
Show Gist options
  • Save rrreeeyyy/add2eb5eb91293dcb75c to your computer and use it in GitHub Desktop.
Save rrreeeyyy/add2eb5eb91293dcb75c to your computer and use it in GitHub Desktop.
sushi
def 🍣 (πŸ”ͺ , 🐠 )
((🐠 =~ / 🐠 | 🐟 | 🐑 /) and (πŸ”ͺ =~ /πŸ”ͺ|🍴/))?
__method__:
'πŸ’©'
end
puts 🍣 'πŸ”ͺ ', ' 🐑 ' #=> 🍣
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment