class Goodnight

Public Class Methods

hi() click to toggle source
# File lib/goodnight.rb, line 2
def self.hi
  puts "Good Night"
end