Module: Vish

Defined in:
lib/vish.rb,
lib/vish/version.rb

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Instance Method Details

#displayObject

Your code goes here…



5
6
7
# File 'lib/vish.rb', line 5

def display
  puts "Hello World"
end