# File lib/puppet/dsl.rb, line 53 53: def aspect(name, options = {}, &block) 54: Puppet::DSL::Aspect.new(name, options, &block) 55: end