Class: Class

Inherits:
Object show all
Defined in:
lib/traits.rb,
lib/traits-0.10.0.rb

Instance Method Summary collapse

Instance Method Details

#__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