Implement simple key-value storage (KV
class), like:
kv = KV.new
kv.set('foo', 'bar')
kv.get('foo') # => returns "bar"
The team mentioned that you solved the questions fairly well but did mention they would have liked to see you explain your thought process throughout...
(they didn't hire me because it turned out I needed to talk more...)
- Бесплатный курс по языку Руби http://rubyschool.us/
- Книга по языку руби http://rubyschool.us/book/ (стоит денег)
- Чат: https://t.me/rubyschool (нас уже больше 1000)