# File lib/ramaze/snippets/ordered_set.rb, line 48
  def method_missing(meth, *args, &block)
    @set.__send__(meth, *args, &block)
  end