Ruby Sprawdź, czy istnieje

apple = 1

defined?(apple)
# "local-variable"

defined?(bacon)
# nil
Hungry Hedgehog