module FeedFilter

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source
# File lib/feedfilter/version.rb, line 18
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
strip_ads( text ) click to toggle source
# File lib/feedfilter/ads.rb, line 49
def self.strip_ads( text )  
  @@ads_filters ||= FeedFilter::AdsFilters.new
  @@ads_filters.filter( text )
end
version() click to toggle source
# File lib/feedfilter/version.rb, line 10
def self.version
  VERSION
end