37 38 39
# File 'lib/fsinv/lookuptable.rb', line 37 def get_value(id) return self.contains?(value) ? @val_map[id] : nil end