Sha256: b1d75bb40b43070edcdcaa22bbb20d6ce759efe44f00613836016b95ed607bca

Contents?: true

Size: 320 Bytes

Versions: 5

Compression:

Stored size: 320 Bytes

Contents

-- (inline-call.rb:11 @12)
if a > b
basename is off.
  6   	$dbgr = Trepan.new(:nx => true, :cmdfiles => [cmdfile])
  7   	# GCD. We assume positive numbers
  8   	def gcd(a, b)
  9   	  $dbgr.debugger
 10   	  # Make: a <= b
 11 ->	  if a > b
 12   	    a, b = [b, a]
 13   	  end
 14   	
 15   	  return nil if a <= 0

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rbx-trepanning-0.0.8-universal-rubinius-1.2 test/data/inline-call.right
rbx-trepanning-0.0.7-universal-rubinius-1.2 test/data/inline-call.right
rbx-trepanning-0.0.6-universal-rubinius-1.2 test/data/inline-call.right
rbx-trepanning-0.0.5-universal-rubinius-1.2.1 test/data/inline-call.right
rbx-trepanning-0.0.4-universal-rubinius-1.2 test/data/inline-call.right