Class: Foodtruck
- Inherits:
-
Object
- Object
- Foodtruck
- Defined in:
- lib/foodtruck/foodtruck.rb
Overview
The foodtruck
Class Method Summary collapse
-
.init ⇒ Object
say hello!.
Class Method Details
.init ⇒ Object
say hello!
6 7 8 |
# File 'lib/foodtruck/foodtruck.rb', line 6 def self.init puts "Hello!\n" end |