# File lib/erubis/enhancer.rb, line 408
    def initialize(input, properties={})
      self.bipattern = properties[:bipattern]    # or '\$\{ \}'
      super
    end