Blog Ruby Maths

Ruby Scopes

Ruby scopes are special active record methods to run database queries. Scopes enables us to defin...

Read more

Namespaces

Namespaces is a container for multiple instances which includes classes, constants and other modu...

Read more

Modules

Within Ruby object model, we can include modules. By including a module into a class, we can add ...

Read more

Euclidean Alogrithms

From geeksforgeeks. The Eucliean alogrithm is a way of find the greatest common divisor of two p...

Read more