# File lib/rubytorrent/metainfo.rb, line 194
  def method_missing(meth, *args)
    @s.send(meth, *args)
  end