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)


111
112
113
# File 'lib/dhall/util.rb', line 111

def exceeded?
	false
end

#timeoutObject



115
116
117
# File 'lib/dhall/util.rb', line 115

def timeout
	nil
end

#timeout_blockObject



119
120
121
# File 'lib/dhall/util.rb', line 119

def timeout_block
	yield
end