module Matchers
    class From < Rounders::Matchers::Matcher
      attr_reader :pattern

      def initialize(pattern)