Method: Dhall::Assertion.decode

Defined in:
lib/dhall/binary.rb

.decode(type) ⇒ Object



217
218
219
# File 'lib/dhall/binary.rb', line 217

def self.decode(type)
	new(type: Dhall.decode(type))
end