# File lib/sdb/sdb_interface.rb, line 159
    def sdb_to_ruby(value)
      value.eql?(@nil_rep) ? nil : value
    end