Skip to content

Instantly share code, notes, and snippets.

@satoryu
Created April 24, 2019 03:19
Show Gist options
  • Select an option

  • Save satoryu/e4341ef10e1c6a97e461290d79dfdd77 to your computer and use it in GitHub Desktop.

Select an option

Save satoryu/e4341ef10e1c6a97e461290d79dfdd77 to your computer and use it in GitHub Desktop.
class Object
def 🐷
Class.new do
def πŸ”₯
{ '🐷' => 'πŸ–' }
end
end
end
end
puts 🐷.new.πŸ”₯ #=> {"🐷"=>"πŸ–"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment