Class: MyPlantShop

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

Class Method Summary collapse

Class Method Details

.sayHiObject



3
4
5
# File 'lib/myPlantShop.rb', line 3

def self.sayHi
   puts "This is my Plant Shop!" 
end