Module: MathLib
- Defined in:
- lib/math_lib.rb,
lib/math_lib/version.rb
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
Class Method Details
.print_test ⇒ Object
4 5 6 |
# File 'lib/math_lib.rb', line 4 def self.print_test puts "testtesttest" end |