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