module Navo

Global application constants.

Defines the gem version.

Constants

BUG_REPORT_URL
EXECUTABLE_NAME
REPO_URL
VERSION

Attributes

mutex[RW]

Public Class Methods

synchronize() { || ... } click to toggle source
# File lib/navo.rb, line 16
def synchronize
  mutex.synchronize do
    yield
  end
end