module DiffNews

POD for revision, container for the revision data stored in file or db

Version of vcs.rb

Constants

Revision

Public Class Methods

version() click to toggle source
# File lib/version.rb, line 10
def self.version
  File.open(version_path, &:readline)
end
version_path() click to toggle source
# File lib/version.rb, line 6
def self.version_path
  File.expand_path("version.info", File.dirname(__FILE__))
end