# File lib/facets/yore/annotation.rb, line 128 def initialize( base, key, orig=nil ) @base = base @key = key @orig = orig || self super() end