class NewGem

Public Class Methods

hi() click to toggle source
# File lib/new_gem_again.rb, line 2
def self.hi
 puts "hi"
end