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