class Aws::Api::Docs::Builder

def read(path)

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