module EverythingIsAGame

Constants

VERSION

Public Class Methods

hello_world() click to toggle source
# File lib/everything_is_a_game.rb, line 4
def self.hello_world
        puts "Hello world!"
end