Skip to content

Instantly share code, notes, and snippets.

@supki
Created June 27, 2014 11:46
Show Gist options
  • Save supki/b0e29ca11fb79e9b986a to your computer and use it in GitHub Desktop.
Save supki/b0e29ca11fb79e9b986a to your computer and use it in GitHub Desktop.
EBLO
#!/usr/bin/env ruby
def with_sobachka(str, &block)
puts "Sobachka!"
block.call
end
if $0 == __FILE__
with_sobachka(<<-SOBACHKA) do
Eblo = 1
Anal = 2
Anus = 3
Loshadka = 4
Pyosiek = 5
SOBACHKA
puts "Hey!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment