Sha256: 949cc02a683a2254d6213f9b2012ffc1491a66ed8ba1947d7f395497ce1cf90c
Contents?: true
Size: 267 Bytes
Versions: 12
Compression:
Stored size: 267 Bytes
Contents
difficulty 2 description "We have a file in the branch 'feature'; Let's merge it to the master branch" setup do init_from_level end solution do File.exists?("file1") && File.exists?("file2") end hint do puts "You want to research the `git merge` command" end
Version data entries
12 entries across 12 versions & 1 rubygems