class Rufo::ErbFormatter

def self.format(code, **options)

def self.format(code, **options)
  new(code, **options).format
end