Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 801 Bytes

File metadata and controls

35 lines (33 loc) · 801 Bytes

PROJECT TREE

.
├── book
│   ├── en
│   └── ru
│       ├── book-content.ru.md
│       └── chapter-03
│           └── chapter-03.ru.md
├── code solutions
│   ├── code-trust-full.rb
│   └── get_number.rb
├── examples
│   ├── conditional_commands.rb
│   ├── greeting.rb
│   ├── methods_and_arguments.rb
│   └── unless_opposite_if.rb
├── exercises
│   └── dog.rb
├── Gemfile
├── Gemfile.lock
├── index-ruby-head-first.sh
├── LICENSE
├── project_tree.md
├── Rakefile
├── README.md
├── README.ru.md
├── tests
│   └── spec_helper.rb
└── tree.md

8 directories, 19 files