# File lib/configuration.rb, line 71 def method_missing m, *a, &b return(Pure[@__parent].send m, *a, &b) rescue super if @__parent super end