# File lib/puppet/parser/scope.rb, line 454
454:   def ephemeral?(name)
455:     name =~ /^\d+$/
456:   end