Method: Class#__trait_singleton_super

Defined in:
lib/traits.rb,
lib/traits-0.10.0.rb

#__trait_singleton_superObject

–{{{



249
250
251
252
253
254
# File 'lib/traits.rb', line 249

def __trait_singleton_super
#--{{{
  class_eval{ def __________trait_singleton_super_init;end } unless defined? @__trait_singleton_super
  @__trait_singleton_super
#--}}}
end