# frozen_string_literal: true
# vim: ft=ruby

guard 'puma', port: 9292 do
  watch %r(^lib/.*[.]rb)
  watch %r(^spec/.*[.]e?rb)
end
