Class: Dhall::Util::NoDeadline

Inherits:
Object
  • Object
show all
Defined in:
lib/dhall/util.rb

Instance Method Summary collapse

Instance Method Details

#exceeded?Boolean

Returns:

  • (Boolean)


93
94
95
# File 'lib/dhall/util.rb', line 93

def exceeded?
	false
end

#timeoutObject



97
98
99
# File 'lib/dhall/util.rb', line 97

def timeout
	nil
end

#timeout_blockObject



101
102
103
# File 'lib/dhall/util.rb', line 101

def timeout_block
	yield
end