Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save likeuwill/d9e7970b413f4c7a6a48377dc6a40f05 to your computer and use it in GitHub Desktop.
Save likeuwill/d9e7970b413f4c7a6a48377dc6a40f05 to your computer and use it in GitHub Desktop.
yield
class Gladiator
def say_hello
puts "Поклон тебе, Цезарь!"
yield if block_given?
puts "Идущие на смерть приветствуют тебя!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment