# File lib/webby/filters/basepath.rb, line 44
  def initialize( str, mode )
    @str = str
    @mode = mode.downcase.to_sym
  end