/ruby_task_method_missing

Learn and understand `method_missing` and `respond_to?`.

Primary LanguageRuby

Ruby Task. method_missing

Learn and understand method_missing and respond_to?.

Implement method_missing and respond_to? in tests to make tests pass (do not change the tests itself).

Ruby Metaprogramming - Method Missing

Install

Clone repo

$ git clone https://github.com/shhavel/ruby_task_method_missing.git

Install gems (dependencies):

$ cd ruby_task_method_missing
$ bundle install

Run tests:

$ rspec spec