From 1628541a8ec73081f7e8100b5eb58621e24e249b Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Mon, 27 Dec 2010 13:30:23 +0100 Subject: [PATCH] Updated some remaining old-style class footer comments. --- lib/rdf/repository.rb | 6 +++--- lib/rdf/util/aliasing.rb | 6 +++--- lib/rdf/util/cache.rb | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/rdf/repository.rb b/lib/rdf/repository.rb index 83d62200..476c826e 100644 --- a/lib/rdf/repository.rb +++ b/lib/rdf/repository.rb @@ -390,6 +390,6 @@ def clear_statements protected :insert_statement protected :delete_statement protected :clear_statements - end # module Implementation - end # class Repository -end # module RDF + end # Implementation + end # Repository +end # RDF diff --git a/lib/rdf/util/aliasing.rb b/lib/rdf/util/aliasing.rb index a83e6547..f9540328 100644 --- a/lib/rdf/util/aliasing.rb +++ b/lib/rdf/util/aliasing.rb @@ -58,6 +58,6 @@ def #{new_name}(*args, &block) return self end - end # module LateBound - end # module Aliasing -end; end # module RDF::Util + end # LateBound + end # Aliasing +end; end # RDF::Util diff --git a/lib/rdf/util/cache.rb b/lib/rdf/util/cache.rb index 4542c0f1..f46ac55a 100644 --- a/lib/rdf/util/cache.rb +++ b/lib/rdf/util/cache.rb @@ -95,7 +95,7 @@ def []=(key, value) end value end - end # class ObjectSpaceCache + end # ObjectSpaceCache ## # This implementation uses the `WeakRef` class from Ruby's standard @@ -132,6 +132,6 @@ def []=(key, value) end value end - end # class WeakRefCache - end # class Cache -end; end # module RDF::Util + end # WeakRefCache + end # Cache +end; end # RDF::Util