別のキーワード
ライブラリ
- drb (24)
-
drb
/ acl (24) - fileutils (36)
-
irb
/ extend-command (48) - mkmf (36)
- rbconfig (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (108) -
rubygems
/ doc _ manager (48) -
rubygems
/ exceptions (36) -
rubygems
/ ext / builder (12) -
rubygems
/ indexer (12) -
rubygems
/ installer (324) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (24) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (156) - shell (6)
-
shell
/ command-processor (12) - un (24)
クラス
- ACL (12)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (96) -
Gem
:: DocManager (48) -
Gem
:: Ext :: Builder (12) -
Gem
:: Indexer (12) -
Gem
:: Installer (300) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (144) - Shell (6)
-
Shell
:: CommandProcessor (12)
モジュール
- DRb (24)
- FileUtils (36)
-
Gem
:: InstallUpdateOptions (24) -
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (36) - Kernel (60)
- RbConfig (12)
キーワード
- ACL (12)
-
DEFAULT
_ OPTIONS (12) - DESTDIR (12)
- DependencyInstaller (12)
- ExtensionBuildError (12)
- InstallCommand (12)
- InstallError (12)
- InstallUpdateOptions (12)
- Installer (12)
- ReFe (12)
- RemoteInstallationCancelled (12)
- RemoteInstallationSkipped (12)
- UninstallCommand (12)
- Uninstaller (12)
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
bin
_ dir (24) -
build
_ extensions (12) -
collect
_ method (12) - commands (12)
-
create
_ makefile (12) -
dependencies
_ ok? (12) - download (12)
-
drb
/ gw (12) -
ensure
_ dependency (12) -
exec
_ format (12) -
exec
_ format= (12) -
extract
_ files (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
formatted
_ program _ filename (12) -
from
_ installed _ gems (12) -
gather
_ dependencies (12) -
gem
_ home (24) -
gems
_ to _ install (12) -
generate
_ bin (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) -
home
_ install _ warning (12) -
home
_ install _ warning= (12) -
install
_ acl (12) -
install
_ alias _ method (12) -
install
_ builtin _ commands (6) -
install
_ extend _ commands (24) -
install
_ files (12) -
install
_ id _ conv (12) -
install
_ indices (10) -
install
_ indicies (2) -
install
_ list (12) -
install
_ rb (12) -
install
_ rdoc (12) -
install
_ ri (12) -
install
_ system _ commands (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) -
installed
_ spec _ directories (12) -
irb
/ completion (12) -
irb
_ original _ method _ name (12) - make (12)
- mkmf (24)
- new (36)
-
path
_ ok? (12) -
path
_ warning (12) -
path
_ warning= (12) -
rdoc
_ installed? (12) - remove (12)
-
remove
_ all (12) -
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ installer (12) -
rubygems
/ security (12) -
rubygems
/ uninstaller (12) - shebang (12)
- spec (24)
- un (12)
- uninstall (12)
-
uninstall
_ doc (12) -
uninstall
_ gem (12) - unpack (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
-
Kernel
# mkmf -> () (6.0) -
mkmf を使って Makefile を作成します。
...成します。
ruby -run -e mkmf -- [OPTION] EXTNAME [OPTION]
-d ARGS run dir_config
-h ARGS run have_header
-l ARGS run have_library
-f ARGS run have_func
-v ARGS run have_var
-t ARGS run have_type
-m ARGS run have_macro
-c ARGS run have_const
--vendor install to vendor_ruby... -
drb
/ gw (6.0) -
drb 通信を中継するゲートウェイ(DRb::GW)と、 中継に必要なオブジェクト識別子変換クラス(DRb::GWIdConv)、 および DRb::DRbObject への拡張が含まれています。
...ping: #{obj.inspect}"
@peer.ping(self) if @peer
end
end
gw_b.rb
require 'drb/drb'
require 'drb/gw'
require 'drb/unix'
DRb.install_id_conv(DRb::GWIdConv.new)
front = DRb::GW.new
s1 = DRb::DRbServer.new('drbunix:/tmp/gw_b_a', front)
s2 = DRb::DRbServer.new('drbunix... -
ruby 1
. 8 . 4 feature (6.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...対応している Tcl/Tk 拡張の種類とバージョンとは
ext/tk/lib/tkextlib/SUPPPORT_STATUS
または
<installed lib dir>/tkextlib/SUPPORT_STATUS
を参照してください.
ただし,Tcl/Tk 拡張のバージョンの記述は,対応......Yamamoto <ocean@m2.ccsnet.ne.jp>
#
# * lib/mkmf.rb (create_makefile): should not change sodir with
# dir.gsub!. (bccwin32 failed to install third party exntesions)
# [ruby-dev:27834]
#
#なんとなく不要かな?
#
# EXTOUT を使わず、extconf.rb で外部拡張ラ... -
rubygems
/ commands / pristine _ command (6.0) -
インストールされている Gem パッケージを初期状態にするためのライブラリです。
...em to restore to pristine condition (unless --all)
Summary:
Restores installed gems to pristine condition from files located in the gem
cache
Description:
The pristine command compares the installed gems with the contents of the
cached gem and restores any files that......have made modifications to your installed gems, the pristine command
will revert them. After all the gem's files have been checked all bin stubs
for the gem are regenerated.
If the cached gem cannot be found, you will need to use `gem install` to
revert the gem.... -
un (6.0)
-
Unix の基本コマンドの代替となるユーティリティ。
...-e mv -- [-v] SOURCE DEST
ruby -run -e rm -- [-frv] FILE
ruby -run -e mkdir -- [-pv] DIRS
ruby -run -e rmdir -- [-v] DIRS
ruby -run -e install -- [-pv -m mode] SOURCE DEST
ruby -run -e chmod -- [-v] OCTAL-MODE FILE
ruby -run -e touch -- [-v] FILE
ruby -run -e wait_writable -- [O...