1038件ヒット
[1-100件を表示]
(0.104秒)
ライブラリ
- ビルトイン (394)
- fileutils (24)
-
irb
/ context (12) -
irb
/ ext / history (24) -
irb
/ extend-command (12) - rss (12)
-
win32
/ registry (24) - win32ole (12)
クラス
- BasicObject (24)
- Binding (70)
- Class (24)
-
IRB
:: Context (36) - Module (48)
- Object (60)
- Proc (24)
-
RubyVM
:: InstructionSequence (34) - String (12)
- TracePoint (26)
-
WIN32OLE
_ TYPE (12)
モジュール
- FileUtils (24)
-
IRB
:: ContextExtender (12) - Kernel (48)
- ObjectSpace (24)
-
Win32
:: Registry :: API (24)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - DeleteValue (12)
- Marshal フォーマット (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - NotAvailableValueError (12)
- RegDeleteValue (12)
- Ruby プログラムの実行 (12)
-
SCRIPT
_ LINES _ _ (12) - binding (24)
-
class
_ eval (12) -
class
_ exec (12) - copy (12)
- cp (12)
-
default
_ event _ sources (12) -
define
_ finalizer (24) - drb (12)
- dump (12)
-
eval
_ history (12) -
eval
_ history= (12) -
eval
_ script (7) -
eval
_ under (12) -
eval
_ under _ i (12) - evaluate (12)
-
install
_ extend _ commands (12) -
instance
_ eval (12) -
instance
_ exec (12) -
instance
_ variables (12) -
instruction
_ sequence (7) - irb (12)
-
irb
/ completion (12) -
irb
/ ext / history (12) -
load
_ from _ binary (10) -
local
_ variable _ defined? (12) -
local
_ variable _ get (12) -
local
_ variable _ set (12) -
local
_ variables (11) -
module
_ eval (12) -
module
_ exec (12) - new (24)
-
rb
_ compile _ cstr (12) -
rb
_ compile _ file (12) -
rb
_ compile _ string (12) -
rb
_ eval (12) -
rb
_ eval _ cmd (12) -
rb
_ eval _ string (12) -
rb
_ eval _ string _ protect (12) -
rb
_ eval _ string _ wrap (12) -
rb
_ f _ eval (12) -
rb
_ jump _ tag (12) -
rb
_ mod _ module _ eval (12) -
rb
_ obj _ instance _ eval (12) -
rb
_ parser _ append _ print (12) -
rb
_ parser _ while _ loop (12) -
rb
_ thread _ select (1) -
rb
_ thread _ trap _ eval (12) -
rb
_ thread _ wait _ for (12) -
rb
_ trace _ eval (12) -
rb
_ trap _ eval (12) - receiver (11)
-
require
_ relative (12) -
respond
_ to? (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
ruby
_ run (12) - self (12)
- send (24)
-
source
_ location (12) -
specific
_ eval (12) -
to
_ a (12) - オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル (12)
- クラス/メソッドの定義 (12)
- セキュリティモデル (12)
- パターンマッチ (9)
- プログラム・文・式 (12)
- リテラル (12)
検索結果
先頭5件
-
static VALUE eval(VALUE self
, VALUE src , VALUE scope , char *file , int line) (38216.0) -
eval の実体。文字列 src を評価します。 そのとき第三引数 scope が nil でなければ そのコンテキストの元で評価します。
...
eval の実体。文字列 src を評価します。
そのとき第三引数 scope が nil でなければ
そのコンテキストの元で評価します。
また src をコンパイルするとき、
ファイル file の line 行目に配置されていると仮定します。... -
VALUE rb
_ eval _ string _ wrap(const char *str , int *state) (32216.0) -
rb_eval_string_protect と同じですが,スクリプトの評価を 無名のモジュールのもとで行います。
...
rb_eval_string_protect と同じですが,スクリプトの評価を
無名のモジュールのもとで行います。... -
VALUE rb
_ mod _ module _ eval(int argc , VALUE *argv , VALUE mod) (32216.0) -
Module#module_eval の実体です。
...Module#module_eval の実体です。... -
void ruby
_ run(void) (32216.0) -
ruby_eval_tree の評価を開始します。
...
ruby_eval_tree の評価を開始します。... -
VALUE rb
_ eval _ cmd(VALUE cmd , VALUE arg , int tcheck) (32200.0) -
-
VALUE rb
_ eval _ string(const char *str) (32200.0) -
str を Ruby プログラムとしてコンパイル・評価し、 その値を返します。
...str を Ruby プログラムとしてコンパイル・評価し、
その値を返します。... -
VALUE rb
_ eval _ string _ protect(const char *str , int *state) (32200.0) -
str を Ruby プログラムとしてコンパイル・評価し、 その値を返します。
...str を Ruby プログラムとしてコンパイル・評価し、
その値を返します。
コンパイル中または評価中に例外を含む大域脱出が発生した場合は、
state が NULL でなければそれに値が代入され Qnil を返します。... -
VALUE rb
_ obj _ instance _ eval(int argc , VALUE *argv , VALUE self) (32200.0) -
-
static VALUE rb
_ eval(VALUE self , NODE *n) (32200.0) -
構文木 n を self = self のもとで評価します。
構文木 n を self = self のもとで評価します。