lib/interloper.rb in interloper-0.1.4 vs lib/interloper.rb in interloper-0.1.5
- old
+ new
@@ -12,10 +12,10 @@
module ClassMethods
def interloper_const_name
if self.name
- "#{self.name}Interloper"
+ "Interloper"
else
"AnonymousInterloper#{self.object_id}"
end.to_sym
end