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