class TestGem::Hola
Public Instance Methods
hello()
click to toggle source
# File lib/kilo-test-gem.rb, line 5 def hello puts "Hello! My version is #{VERSION}" end
# File lib/kilo-test-gem.rb, line 5 def hello puts "Hello! My version is #{VERSION}" end