class PrintHelloGem

Public Class Methods

run() click to toggle source
# File lib/print_hello_gem.rb, line 2
def self.run
  p "Hello!, I'm owner of this Hello GEM."             
end