Sha256: 07ed6e2e75e9ba19a1261b0ea919303aded3589b12f10c1f4480f598fca4e3d4

Contents?: true

Size: 92 Bytes

Versions: 8

Compression:

Stored size: 92 Bytes

Contents

# complexity:2
def spaghetti
  if 1 < 5
    p 'hi'
  else
    "hello" || "goodbye"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fukuzatsu-2.3.2 spec/fixtures/procedural.rb
fukuzatsu-2.3.1 spec/fixtures/procedural.rb
fukuzatsu-2.3.0 spec/fixtures/procedural.rb
fukuzatsu-2.2.4 spec/fixtures/procedural.rb
fukuzatsu-2.2.3 spec/fixtures/procedural.rb
fukuzatsu-2.2.2 spec/fixtures/procedural.rb
fukuzatsu-2.2.1 spec/fixtures/procedural.rb
fukuzatsu-2.1.1 spec/fixtures/procedural.rb