class Spec::Runner::HeckleRunner

def heckle_with

methods in the matched classes.
Runs all the example groups held by +rspec_options+ once for each of the
def heckle_with
  if @filter =~ /(.*)[#\.](.*)/
    heckle_method($1, $2)
  else
    heckle_class_or_module(@filter)
  end
end