Method: Hiera::Scope#initialize

Defined in:
lib/hiera/scope.rb

#initialize(real) ⇒ Scope

Returns a new instance of Scope.



16
17
18
# File 'lib/hiera/scope.rb', line 16

def initialize(real)
  @real = real
end