module TerraspaceVcsAzure class Interface extend Memoist include Terraspace::Cloud::Vcs::Interface def comment(body) raise "implement me" end end end