Created
July 15, 2021 14:40
-
-
Save nodanaonlyzuul/72d96656cc6c17fa3c02179a9a32de15 to your computer and use it in GitHub Desktop.
Bad Idea: Bullet With Butterfly Wings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
module Bwbw | |
def the | |
Struct.new(nil) do | |
def world | |
Struct.new(nil) do | |
def is | |
Struct.new(nil) do | |
def a | |
Struct.new(nil) do | |
def vampire | |
puts 'sent to drain' | |
sleep 2 | |
`open https://www.youtube.com/watch?v=8-r-V0uK4u0` | |
nil | |
end | |
end.new | |
end | |
end.new | |
end | |
end.new | |
end | |
end.new | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment