Sha256: faf43e5adcf9e10c6fe95fa155e0085954e31b13ca03edade50e708e62d01be2

Contents?: true

Size: 309 Bytes

Versions: 24

Compression:

Stored size: 309 Bytes

Contents

def toppings

  if rand(10) < 5
    return "meatball"
  end

  if 1 < 5
    return 'tomato'
  else
    if 4 ==5
      if 2 > 0
        return "parmesan"
      else
        return "romano"
      end
    else
      if 2 > 0
        return "alfredo"
      else
        return "gravy"
      end
    end
  end

end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
fukuzatsu-0.9.4 spec/fixtures/program_2.rb
fukuzatsu-0.9.3 spec/fixtures/program_2.rb
fukuzatsu-0.9.1 spec/fixtures/program_2.rb
fukuzatsu-0.9.0 spec/fixtures/program_2.rb