class Amberletters::UnsatisfiedTrigger
Public Instance Methods
call(process)
click to toggle source
# File lib/amberletters.rb, line 208 def call(process) @block.call(self, process) true end
to_s()
click to toggle source
# File lib/amberletters.rb, line 204 def to_s "unsatisfied wait" end