1907件ヒット
[1901-1907件を表示]
(0.053秒)
ライブラリ
- ビルトイン (851)
-
cgi
/ core (24) - delegate (12)
- drb (12)
- fiddle (72)
-
json
/ add / bigdecimal (12) -
json
/ add / date (12) -
json
/ add / date _ time (12) -
json
/ add / rational (12) -
json
/ add / regexp (12) -
net
/ ftp (72) -
net
/ smtp (24) - openssl (24)
- optparse (48)
- pathname (84)
- rake (36)
-
rdoc
/ rdoc (12) - resolv (24)
-
rubygems
/ command (144) -
rubygems
/ command _ manager (24) -
rubygems
/ doc _ manager (48) - un (12)
-
webrick
/ httpproxy (24) -
webrick
/ httputils (12) - win32ole (60)
- zlib (12)
クラス
- BasicObject (36)
- BigDecimal (12)
- Data (21)
- Date (12)
- DateTime (12)
- Delegator (12)
- Enumerator (31)
-
Enumerator
:: Lazy (60) -
Fiddle
:: Closure (24) -
Fiddle
:: Closure :: BlockCaller (24) -
Fiddle
:: Function (24) -
Gem
:: Command (144) -
Gem
:: CommandManager (24) -
Gem
:: DocManager (48) - Hash (6)
- IO (204)
- Method (66)
- Module (36)
-
Net
:: FTP (72) -
Net
:: SMTP (24) - NoMethodError (31)
- Object (108)
-
OpenSSL
:: Cipher :: IDEA (12) -
OpenSSL
:: Digest :: Digest (12) - OptionParser (48)
- Pathname (84)
- Proc (6)
-
Rake
:: Task (12) - Rational (12)
- Regexp (12)
-
Resolv
:: DNS (24) - String (12)
- Struct (48)
- UnboundMethod (12)
-
WEBrick
:: HTTPUtils :: FormData (12) - WIN32OLE (48)
-
WIN32OLE
_ EVENT (12) -
Zlib
:: GzipWriter (12)
モジュール
-
CGI
:: QueryExtension (12) -
CGI
:: QueryExtension :: Value (12) - Enumerable (24)
- Kernel (120)
- Process (12)
-
Rake
:: TaskManager (24) -
RubyVM
:: AbstractSyntaxTree (30)
オブジェクト
-
WEBrick
:: NullReader (24)
キーワード
- % (12)
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - === (8)
- DRbProtocol (12)
- RDoc (12)
- Ruby プログラムの実行 (12)
- [] (42)
-
_ _ send _ _ (24) -
_ getproperty (12) -
_ invoke (12) -
_ setproperty (12) -
add
_ common _ option (12) -
add
_ extra _ args (12) -
add
_ specific _ extra _ args (12) -
bind
_ call (12) - binread (12)
- bmcall (12)
-
build
_ args (12) -
build
_ args= (12) - call (48)
- caller (36)
-
class
_ exec (12) -
configured
_ args (12) -
configured
_ args= (12) -
create
_ rule (12) - curry (22)
- define (6)
-
define
_ task (24) - dir (24)
-
each
_ with _ index (24) -
enum
_ for (48) -
eval
_ under _ i (12) - exec (36)
-
exec
_ under (12) -
extra
_ args (12) -
extra
_ args= (12) - gets (12)
- handler= (12)
- handles? (12)
- include? (12)
- invoke (12)
- list (24)
- ls (24)
-
method
_ missing (36) - mkdir (12)
- mkmf (12)
-
module
_ exec (12) - new (152)
- of (10)
- open (48)
- order (48)
- parse (10)
-
parse
_ file (10) - popen (168)
- printf (12)
-
proc
_ yield (12) -
process
_ args (12) -
public
_ send (24) -
rb
_ apply (12) -
rb
_ define _ method (12) -
rb
_ funcall (12) -
rb
_ funcall2 (12) -
rb
_ thread _ initialize (12) -
rb
_ thread _ start (12) - read (60)
- readlines (12)
- ready (12)
-
respond
_ to _ missing? (12) -
ret
_ args (12) -
ruby 1
. 9 feature (12) -
ruby2
_ keywords (18) -
ruby2
_ keywords _ hash? (6) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / rdoc _ command (12) - run (12)
-
run
_ rdoc (12) - send (24)
- spawn (24)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) - system (24)
-
to
_ enum (48) -
to
_ json (60) - umcall (12)
- with (3)
-
with
_ index (36) - クラス/メソッドの定義 (12)
検索結果
先頭1件
-
Ruby プログラムの実行 (12.0)
-
Ruby プログラムの実行 === Ruby プログラム
...たプログラムテキストをコンパイルし、BEGIN 文があればそれを評価し、トップレベルの式の連なりを評価し、END ブロックがあれば最後にそれを評価して終了します (終了処理の詳細については spec/terminate を参照のこと)。
==......==== until 修飾子
==== for
==== begin 〜 end
==== クラス定義式
クラスを定義します。
評価は(コンパイル時ではなく)実行時に行われます。
書式
class ClassName [< スーパークラス式]
式
end
クラス定義式は評価されるとまずク......ル変数に代
入します。実際には省略されなかったら、与えられた値を同じくローカル変数
に代入します。
*args の形のパラメータ指定があるなら、残りの引数すべてを配列とし
てローカル変数に代入します。
さらに、ブ...