Class: Raystest::RaysClass

Inherits:
Object
  • Object
show all
Defined in:
lib/raystest.rb

Instance Method Summary collapse

Instance Method Details

#do_print_starsObject



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