module KeywordReplacer
Constants
- VERSION
Public Instance Methods
replaces_links(options)
click to toggle source
# File lib/keyword_replacer.rb, line 10 def replaces_links(options) include KeywordReplacer::Core.new(options) end