# File lib/recursive_open_struct/ruby_19_backport.rb, line 22
  def each_pair
    return to_enum(:each_pair) { @table.size } unless block_given?
    @table.each_pair{|p| yield p}
  end