パッケージ構成
概略説明
creates bundles of Ruby Gems |
|
manages an application's dependencies throughout it's lifecycle |
|
is a command line front-end for eRuby, which provides a templating system for Ruby |
|
is the command for RubyGems, which is a sophisticated package manager for Ruby. This is similar to Python's 'pip' command |
|
Ruby に対するインタラクティブなインターフェースを提供します。 |
|
is a make-like build utility for Ruby |
|
is an interactive debugger for Ruby |
|
generates Ruby documentation |
|
Ruby のクラス、モジュール、メソッドに対するドキュメントを、データベースより表示します。 |
|
オブジェクト指向プログラミングを素早く容易に実現する、インタープリタースクリプト言語です。 |
|
Ruby が必要とする API 関数を提供します。 |