Class: Sample::HelloWorld

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

Instance Method Summary collapse

Instance Method Details

#hiObject



3
4
5
# File 'lib/sample_gem_turing.rb', line 3

def hi
  print "hello world"
end