# File lib/genome-dsl/machines.rb, line 143
    def matches?(hostname)
      regex.match(hostname)
    end