class Aws::Api::Documenter

def read(path)

def read(path)
  File.open(path, 'r', encoding: 'UTF-8') { |f| f.read }
end