Module: Debugmotion

Defined in:
lib/debugmotion/logger.rb,
lib/debugmotion/console.rb,
lib/debugmotion/version.rb,
lib/debugmotion/debugmotion.rb

Defined Under Namespace

Classes: Console, Logger

Constant Summary collapse

VERSION =
"1.0.1"

Class Method Summary collapse

Class Method Details

.log(value) ⇒ Object



3
4
5
# File 'lib/debugmotion/debugmotion.rb', line 3

def self.log(value)
  Logger.instance.log(value)
end

.start(frame = [[10, 40],[300, 200]]) ⇒ Object



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

def self.start(frame = [[10, 40],[300, 200]])
  Logger.instance.start(frame)
end