class PracticeGem

encoding: utf-8

Public Class Methods

hi() click to toggle source
# File lib/practicegem.rb, line 3
def self.hi
        puts 'Hello you crazy motherf*cker'
end