module NwtgckHello2

Constants

VERSION

Public Class Methods

hello() click to toggle source

Your code goes here…

# File lib/nwtgck_hello2.rb, line 9
def self.hello
      puts 'hello, world'
end