Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 439 Bytes

PadawansMoon

Dummy gem for ataru - the first test case for it. PadawansMoon declares a module Galaxy with a method answer_to_the_ultimate_question_of_life_the_universe_and_everything returning the number 42. That's all it does.

Usage

Add ataru to PadawansMonn Gemfile.

Read ataru README for further instructions.

result = Galaxy.answer_to_the_ultimate_question_of_life_the_universe_and_everything
result #=> 42