# File lib/gilenson/gilenson.rb, line 239
239:    def process(text_to_process, *args)
240:      @_text = text_to_process
241:      if args.last.is_a?(Hash)
242:        with_configuration(args.last) { self.to_html }
243:      else
244:        self.to_html
245:      end
246:    end