Class: FragmentClient::TypedEntries::Unset

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/fragment_client/typed_entries.rb

Overview

Marks a keyword the caller omitted, as distinct from one set to nil (spec 3.2). Internal to FragmentClient::TypedLedgerEntry#initialize; never returned.

Instance Method Summary collapse

Instance Method Details

#inspectObject Also known as: to_s



53
54
55
# File 'lib/fragment_client/typed_entries.rb', line 53

def inspect
  'FragmentClient::TypedEntries::UNSET'
end