danmaz74 / polynomials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

The logic is implemented in the Polynomial class (under app/models/ which is tested using rspec

As no persistence was required, it's not using AR - it's a vanilla Ruby class.

Using Rails is overkill for this simple API, but I chose it because of my familiarity with this framework

About


Languages

Language:Ruby 99.3%Language:HTML 0.7%