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