# File lib/rubyrep/replication_difference.rb, line 95
    def to_yaml_properties
      instance_variables.sort.reject {|var_name| ['@session', '@loaders'].include? var_name}
    end