RubyFlow The Ruby and Rails community linklog

101: Advanced OOP structure in Ruby

In this blog post we will focus on solving a simple task:

Retrieve a random quote from API https://talaikis.com/api/quotes/random/ and display it in terminal (in some pretty format).

What is the catch here? We want our code to be thoroughly tested and use proper Object Oriented Programming (OOP).

Read more

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in