# File lib/configatron/root_store.rb, line 53 def method_missing(name, *args, &block) store.__send__(name, *args, &block) end