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