Sha256: c536140b6cface1b5e181ca20e455c8fbf15013b14972eef5f73142710dcb7c9

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

# -*- encoding : utf-8 -*-
difficulty 2
description "Your project's deadline approaches, you should evaluate how many TODOs are left in your code"

setup do
  init_from_level
end

solution do
  request("How many items are there in your todolist?") == "4"
end

hint do
  puts "You want to research the `git grep` command."
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mygithug-0.5.6 levels/grep.rb
mygithug-0.5.5 levels/grep.rb
mygithug-0.5.4 levels/grep.rb
mygithug-0.5.3 levels/grep.rb
mygithug-0.5.2 levels/grep.rb