Module: RuneRb

Defined in:
lib/rune/common.rb

Overview

A game server written in Ruby targeting the 2006 era (or the 317-377 protocols) of the popular MMORPG, RuneScape.

Since:

  • 0.1.0

Defined Under Namespace

Modules: Core, Patches

Class Method Summary collapse

Class Method Details

.loggerConsole::Logger

The Logger utility for the RuneRb framework.

Returns:

  • (Console::Logger)

    the logger instance.

Since:

  • 0.1.0



39
40
41
# File 'lib/rune/common.rb', line 39

def self.logger
  Console.logger
end