Pipe given string through the tidy binary.
string
Parameters:
Returns:
Author:
manveru
44 45 46
# File 'lib/nagoro/pipe/tidy.rb', line 44 def tidy(string) Nagoro::Tidy.tidy(string, FLAGS) end