[ 原始碼: ruby-tty-which ]
套件:ruby-tty-which(0.5.0-1)
ruby-tty-which 的相關連結
Debian 的資源:
下載原始碼套件 ruby-tty-which:
- [ruby-tty-which_0.5.0-1.dsc]
- [ruby-tty-which_0.5.0.orig.tar.gz]
- [ruby-tty-which_0.5.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [ttytoolkit.org]
相似套件:
platform-independent implementation of Unix which command
This library provides a platform-independent analogue of Unix `which` command.
TTY::Which has a `which` method that searches set of directories for an executable file based on the `PATH` environment variable, which returns an absolute path if the executable program exists, and `nil` otherwise.
This is part of the TTY components framework to easily build terminal applications in Ruby.