class Glek

The main Glek

Public Class Methods

sayhi() click to toggle source

Say hi to the glek!

Example:

>> Glek.sayhi
=> hi glek.

Arguments:

nil
# File lib/gleksayhi.rb, line 12
def self.sayhi
  "hi glek."
end