# File lib/chef/data_bag_item.rb, line 162 def method_missing(method_symbol, *args, &block) self.raw_data.send(method_symbol, *args, &block) end