# File lib/chef/data_bag_item.rb, line 204
    def create
      chef_server_rest.post_rest("data/#{data_bag}", @raw_data) 
      self
    end