class Cannonbol::Succeed

Public Instance Methods

_match?(needle, thread_state = nil) click to toggle source
# File lib/cannonbol/cannonbol.rb, line 548
def _match?(needle, thread_state = nil)
  needle.pull(thread_state)
  [needle.push(0)]
end