lib/tracksperanto/const_name.rb in tracksperanto-2.8.6 vs lib/tracksperanto/const_name.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- # Provides const_name that returns the name of the class or module (or the name of the class # an instance belongs to) without it's parent namespace. Useful for building module tables module Tracksperanto::ConstName module C def const_name @@ -13,6 +14,6 @@ def self.included(into) into.extend(C) super end -end \ No newline at end of file +end