Method: Hiera::Scope#initialize
- Defined in:
- lib/hiera/scope.rb
#initialize(real) ⇒ Scope
Returns a new instance of Scope.
18 19 20 |
# File 'lib/hiera/scope.rb', line 18 def initialize(real) @real = real end |
Returns a new instance of Scope.
18 19 20 |
# File 'lib/hiera/scope.rb', line 18 def initialize(real) @real = real end |