Class: Raystest::RaysClass
- Inherits:
-
Object
- Object
- Raystest::RaysClass
- Defined in:
- lib/raystest.rb
Instance Method Summary collapse
Instance Method Details
#do_print_stars ⇒ Object
3 4 5 6 |
# File 'lib/raystest.rb', line 3 def do_print_stars() puts "printing out some stars(******) from the module" return true end |