class Berg::NotFound

Public Instance Methods

found?() click to toggle source
# File lib/berg/container.rb, line 7
def found?; false; end
value() click to toggle source
# File lib/berg/container.rb, line 8
def value; nil end