module AndyFirstGem

Constants

VERSION

Public Class Methods

hello_andy() click to toggle source
# File lib/AndyFirstGem.rb, line 4
def self.hello_andy
        "Hello Andy"
end