# File lib/stella/client.rb, line 492 def assert_exists v fail "Found nil value" if v.nil? fail "Found empty value" if v.empty? end