module PageKey

Public Class Methods

hello_world() click to toggle source
# File lib/pagekey.rb, line 2
def self.hello_world
        "Hello world and all who inhabit it!"
end