Module: Draco::Benchmark

Defined in:
lib/draco/benchmark.rb

Overview

Public: Calculates the average time of

Defined Under Namespace

Modules: SystemPlugin, WorldPlugin

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



7
8
9
# File 'lib/draco/benchmark.rb', line 7

def self.included(mod)
  mod.prepend(WorldPlugin)
end