Method: Interloper::ClassMethods#interloper_const_name

Defined in:
lib/interloper.rb

#interloper_const_nameObject



15
16
17
18
19
20
21
# File 'lib/interloper.rb', line 15

def interloper_const_name
  if self.name
    "Interloper"
  else
    "AnonymousInterloper#{self.object_id}"
  end.to_sym
end