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.
Defined Under Namespace
Class Method Summary collapse
-
.logger ⇒ Console::Logger
The Logger utility for the RuneRb framework.
Class Method Details
.logger ⇒ Console::Logger
The Logger utility for the RuneRb framework.
49 50 51 |
# File 'lib/rune/common.rb', line 49 def self.logger Console.logger end |