# File lib/rubyrep/configuration.rb, line 164
    def exclude_rubyrep_tables
      exclude_tables Regexp.new("^#{options[:rep_prefix]}_.*")
    end