class Rufo::ErbFormatter

def format_code(str)

def format_code(str)
  Rufo::Formatter.format(str, **@options).chomp
end