# ruby_calculator **Repository Path**: mirrors_PatrickJS/ruby_calculator ## Basic Information - **Project Name**: ruby_calculator - **Description**: The simplest form of a calculator made in Ruby 2.0.0 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # # Ruby Calculator v1.1.0 # by gdi2290 # # MRI Ruby Version: 2.0.0p195 bundle install rspec --profile My output: ... Top 3 slowest examples (37.08 seconds, 100.0% of total time): Performance Calculator::MethodMissing calculates in 12.5 seconds ./spec/calculator_spec.rb:29 Performance Calculator::Basic calculates in 12.34 seconds ./spec/calculator_spec.rb:43 Performance Calculator::DefineMethod calculates in 12.25 seconds ./spec/calculator_spec.rb:36 Finished in 37.37 seconds 3 examples, 0 failures