# File lib/chef_zero/data_store/v1_to_v2_adapter.rb, line 16 def clear real_store.clear if real_store.respond_to?(:clear) end