別のキーワード
ライブラリ
- ビルトイン (24)
-
irb
/ ext / loader (12) -
irb
/ ext / use-loader (36) -
irb
/ extend-command (12) - rake (60)
-
rake
/ loaders / makefile (24) -
rake
/ testtask (24) - rubygems (168)
クラス
-
Gem
:: LoadError (48) -
IRB
:: Context (36) - LoadError (12)
-
Rake
:: Application (12) -
Rake
:: DefaultLoader (12) -
Rake
:: MakefileLoader (12) -
Rake
:: TestTask (24)
モジュール
-
Gem
:: QuickLoader (96) -
IRB
:: ContextExtender (12) - Rake (24)
キーワード
- DefaultLoader (12)
- GemPaths (12)
- GemVersions (12)
- IrbLoader (12)
- LoadError (24)
- MakefileLoader (12)
-
NEWS for Ruby 2
. 3 . 0 (10) - QuickLoader (12)
-
add
_ loader (12) - application (12)
- application= (12)
-
calculate
_ integers _ for _ gem _ version (12) -
const
_ missing (12) -
install
_ extend _ commands (12) - irb (12)
-
irb
/ ext / loader (12) -
irb
/ ext / use-loader (12) - load (24)
-
load
_ full _ rubygems _ library (12) - loader= (12)
-
method
_ missing (12) - name (12)
- name= (12)
- path (12)
-
push
_ all _ highest _ version _ gems _ on _ load _ path (12) -
push
_ gem _ version _ on _ load _ path (12) -
rake
/ loaders / makefile (12) -
rake
/ rake _ test _ loader (12) -
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12) -
version
_ requirement (12) -
version
_ requirement= (12)
検索結果
-
Rake
. application -> Rake :: Application (6.0) -
現在の Rake アプリケーションを返します。
...ion:0x31b0f18
# @default_loader=#<Rake::DefaultLoader:0x31b0c78>,
# @imported=[],
# @last_description=nil,
# @loaders=
# {".rb"=>#<Rake::DefaultLoader:0x31b0c18>,
# ".rf"=>#<Rake::DefaultLoader:0x31b0b88>,
# ".rake"=>#<Rake::DefaultLoader:0x31b0b10>},
# @name="ra... -
Rake
. application=(app) (6.0) -
現在の Rake アプリケーションをセットします。
...# @default_loader=#<Rake::DefaultLoader:0x00005624e6c30cd8>,
# @imported=[],
# @last_description=nil,
# @loaders=
# {".rb"=>#<Rake::DefaultLoader:0x00005624e6c30bc0>,
# ".rf"=>#<Rake::DefaultLoader:0x00005624e6c30b48>,
# ".rake"=>#<Rake::DefaultLoader:0x00005624e6c3... -
irb (6.0)
-
irb は Interactive Ruby の略です。 irb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。
...e
IRB.conf[:PROMPT] = {....}
IRB.conf[:PROMPT_MODE] = :DEFAULT
IRB.conf[:SINGLE_IRB] = false
IRB.conf[:SAVE_HISTORY] = nil
IRB.conf[:USE_LOADER] = true
IRB.conf[:USE_READLINE] = nil
IRB.conf[:USE_TRACER] = true
IRB.conf[:VERBOSE] = true
それぞれの設定値の詳細について......l
IRB.conf[:PROMPT] = {....}
IRB.conf[:PROMPT_MODE] = :DEFAULT
IRB.conf[:SINGLE_IRB] = false
IRB.conf[:SAVE_HISTORY] = nil
IRB.conf[:USE_LOADER] = true
IRB.conf[:USE_READLINE] = nil
IRB.conf[:USE_TRACER] = true
IRB.conf[:VERBOSE] = true
それぞれの設定値の詳細について......IRB.conf[:PROMPT] = {....}
IRB.conf[:PROMPT_MODE] = :DEFAULT
IRB.conf[:SINGLE_IRB] = false
IRB.conf[:SAVE_HISTORY] = 1000
IRB.conf[:USE_LOADER] = true
IRB.conf[:USE_READLINE] = nil
IRB.conf[:USE_TRACER] = true
IRB.conf[:VERBOSE] = true
それぞれの設定値の詳細について...