# File lib/gilenson/gilenson.rb, line 234
   def process(text_to_process, *args)
     @_text = text_to_process
     
     if args.last.is_a?(Hash)
       with_configuration(args.last) { self.to_html }
     else
       self.to_html
     end
   end