# File lib/rubyrep/configuration.rb, line 191 def exclude_tables(table_spec) excluded_table_specs << table_spec unless excluded_table_specs.include?(table_spec) end