Method: Vl.hello

Defined in:
lib/vl.rb

.helloObject



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

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