Class: Vl

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

Defined Under Namespace

Classes: Car, Motorcyle

Class Method Summary collapse

Class Method Details

.helloObject



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

def self.hello
   puts "Hello World, VL is here!"
end