# File lib/configuration.rb, line 77
    def each
      methods(false).each{|v| yield v }
    end