module HelloGemHomeway
Constants
- VERSION
Public Class Methods
hello()
click to toggle source
Your code goes hereā¦
# File lib/hello_gem_homeway.rb, line 5 def self.hello puts "Hello Gem!" end
Your code goes hereā¦
# File lib/hello_gem_homeway.rb, line 5 def self.hello puts "Hello Gem!" end