module Rufo

def self.format(code, **options)

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