module Noid

Constants

MAX_COUNTERS
VERSION
XDIGIT

Public Class Methods

version() click to toggle source
# File lib/noid/version.rb, line 3
def self.version
  @version ||= File.read(File.join(File.dirname(__FILE__), '..', '..', 'VERSION')).chomp
end