# File lib/core/facets/object/object_state.rb, line 47
  def object_state(data=nil)
    data ? replace(data) : dup
  end