# File lib/puppet/provider/mcx/mcxcontent.rb, line 185 185: def content 186: ds_parms = get_dsparams 187: mcx = self.class.mcxexport(ds_parms[:ds_type], 188: ds_parms[:ds_name]) 189: return mcx 190: end