module Esjoy

Constants

VERSION

Public Class Methods

hello() click to toggle source

Your code goes here…

# File lib/esjoy.rb, line 5
def self.hello
      p 'hello there'
end