class AmbiguousValueError

Error class communicating that because PresentClass is ambiguous, it should not be converted to other data types to avoid confusion between `present` and the actual value represented.

Public Class Methods

new(msg = 'Value exists, but is unspecified, unknown, or secret.') click to toggle source
Calls superclass method
# File lib/tektite_ruby_utils/present.rb, line 49
def initialize(msg = 'Value exists, but is unspecified, unknown, or secret.')
  super
end