# File lib/isolate/entry.rb, line 99
    def matches? environment
      environments.empty? || environments.include?(environment)
    end