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