module Testfirstgem

Constants

VERSION

Public Class Methods

hello() click to toggle source

Your code goes here…

# File lib/testfirstgem.rb, line 6
def self.hello
      "Hello, my first gem!"
end