117 118 119
# File 'lib/puppet/pops/model/ast_transformer.rb', line 117 def transform_Object(o) raise _("Unacceptable transform - found an Object without a rule: %{klass}") % { klass: o.class } end