Skip to content

Instantly share code, notes, and snippets.

@YutaGoto
Created December 17, 2020 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YutaGoto/f54a2f1b733deab5a4773329dcdb904d to your computer and use it in GitHub Desktop.
Save YutaGoto/f54a2f1b733deab5a4773329dcdb904d to your computer and use it in GitHub Desktop.
これは 雑談Slack Advent Calendar 2020 の16日目のやつです。 https://adventar.org/calendars/5337
module The👨
class << self
def ⛳
"🏌️"
end
def ❤👩
"💑"
end
end
end
puts The👨.⛳
puts The👨.❤👩
🏌️
💑
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment