# File lib/spec/runner/heckle_runner.rb, line 18
      def heckle_with
        if @filter =~ /(.*)[#\.](.*)/
          heckle_method($1, $2)
        else
          heckle_class_or_module(@filter)
        end
      end