Class: HelloBoulderRb

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

Class Method Summary collapse

Class Method Details

.say_hiObject



2
3
4
# File 'lib/hello_boulder_rb.rb', line 2

def self.say_hi
  puts "Hello Boulder RB!"
end