shhavel / ruby_task_method_missing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 100.0%