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