Module: Candid::Internal::Types::Unknown

Includes:
Type
Defined in:
lib/candid/internal/types/unknown.rb

Instance Method Summary collapse

Methods included from Type

#strict!, #strict?

Methods included from JSON::Serializable

#dump, #load

Instance Method Details

#coerce(value) ⇒ Object



9
10
11
# File 'lib/candid/internal/types/unknown.rb', line 9

def coerce(value)
  value
end