Class: Foodtruck

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

Overview

The foodtruck

Class Method Summary collapse

Class Method Details

.initObject

say hello!



6
7
8
# File 'lib/foodtruck/foodtruck.rb', line 6

def self.init
  puts "Hello!\n"
end