Method: Serverkit::Variables::BindableMash#initialize

Defined in:
lib/serverkit/variables.rb

#initialize(&block) ⇒ BindableMash

Note:

Override to raise KeyError on missing key

Returns a new instance of BindableMash.



30
31
32
33
# File 'lib/serverkit/variables.rb', line 30

def initialize(*, &block)
  super
  self.default_proc = DEFAULT_PROC
end