class RBS::Sorter

def initialize(path, stdout: $stdout)

def initialize(path, stdout: $stdout)
  @path = path
  @stdout = stdout
end