lib/rinku.rb



module Rinku
  VERSION = "2.0.6"

  class << self
    attr_accessor :skip_tags
  end

  self.skip_tags = nil
end

require 'rinku.so'