# File lib/stella/client.rb, line 499 def assert_matches regex, found fail "Expected: #{regex}; Found: #{found}" unless regex.match(found) end