Class: MyPlantShop
- Inherits:
-
Object
- Object
- MyPlantShop
- Defined in:
- lib/myPlantShop.rb
Class Method Summary collapse
Class Method Details
.sayHi ⇒ Object
3 4 5 |
# File 'lib/myPlantShop.rb', line 3 def self.sayHi puts "This is my Plant Shop!" end |