module FeedUtils

see also

- rakaz.nl/2005/07/moving-from-atom-03-to-10.html

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source
# File lib/feedutils/version.rb, line 19
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
version() click to toggle source
# File lib/feedutils/version.rb, line 10
def self.version
  VERSION
end