# File lib/compass/configuration/inheritance.rb, line 130 def method_missing(meth) if inherited_data inherited_data.send(meth) else raise NoMethodError, meth.to_s end end