Class: Class

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

Overview

–}}}

Instance Method Summary collapse

Instance Method Details

#__trait_singleton_superObject

–{{{



233
234
235
236
237
238
# File 'lib/traits.rb', line 233

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