trying to build a programmable calculator in Ruby with classes, which can be extended with various operations. Logic: at first initialize calculator class with Calcula
Calcula