class Serverkit::Variables::BindableMash

Constants

DEFAULT_PROC

Public Class Methods

new(*, &block) click to toggle source

@note Override to raise KeyError on missing key

Calls superclass method
# File lib/serverkit/variables.rb, line 30
def initialize(*, &block)
  super
  self.default_proc = DEFAULT_PROC
end

Public Instance Methods

binding() click to toggle source

@note Override visibility from private to public

Calls superclass method
# File lib/serverkit/variables.rb, line 36
def binding
  super
end