class ViewModel::References

def initialize

def initialize
  @last_ref = 0
  @ref_by_value = {}
  @value_by_ref = {}
end