# File lib/more/facets/version.rb, line 107
  def method_missing( sym, *args, &blk )
    @self.send(sym, *args, &blk ) rescue super
  end