mruby 2.1.0に標準で含まれるライブラリを以下に示します。
mrbgem が core のメソッドは、mruby VMのコアに含まれるメソッドのため、mruby VMに標準で組み込まれています。
core 以外の mrbgem のメソッドは、該当する mrbgem をmruby VMに追加することで利用可能になります。
mrbgem をmruby VMに追加する方法は mrbgem概要 を参照して下さい。
| クラス/モジュール | メソッド種別 | メソッド名 | mrbgem | ISO章番号 | 備考 |
|---|---|---|---|---|---|
| Array | class | [] | core | 15.2.12.4.1 | |
| Array | instance | __ary_cmp | core | ||
| Array | instance | __ary_eq | core | ||
| Array | instance | __ary_index | core | ||
| Array | instance | __svalue | core | ||
| Array | instance | [] | core | 15.2.12.5.4 | |
| Array | instance | []= | core | 15.2.12.5.5 | |
| Array | instance | * | core | 15.2.12.5.2 | |
| Array | instance | + | core | 15.2.12.5.1 | |
| Array | instance | << | core | 15.2.12.5.3 | |
| Array | instance | <=> | core | 15.2.12.5.36 | |
| Array | instance | == | core | 15.2.12.5.33 | |
| Array | instance | clear | core | 15.2.12.5.6 | |
| Array | instance | collect! | core | 15.2.12.5.7 | |
| Array | instance | concat | core | 15.2.12.5.8 | |
| Array | instance | delete | core | ||
| Array | instance | delete_at | core | 15.2.12.5.9 | |
| Array | instance | each_index | core | 15.2.12.5.11 | |
| Array | instance | empty? | core | 15.2.12.5.12 | |
| Array | instance | eql? | core | 15.2.12.5.34 | |
| Array | instance | first | core | 15.2.12.5.13 | |
| Array | instance | index | core | 15.2.12.5.14 | |
| Array | instance | initialize | core | 15.2.12.5.15 | |
| Array | instance | initialize_copy | core | 15.2.12.5.16 | |
| Array | instance | inspect | core | 15.2.12.5.31 | |
| Array | instance | join | core | 15.2.12.5.17 | |
| Array | instance | last | core | 15.2.12.5.18 | |
| Array | instance | length | core | 15.2.12.5.19 | |
| Array | instance | map! | core | 15.2.12.5.20 | |
| Array | instance | pop | core | 15.2.12.5.21 | |
| Array | instance | push | core | 15.2.12.5.22 | |
| Array | instance | replace | core | 15.2.12.5.23 | |
| Array | instance | reverse | core | 15.2.12.5.24 | |
| Array | instance | reverse! | core | 15.2.12.5.25 | |
| Array | instance | rindex | core | 15.2.12.5.26 | |
| Array | instance | shift | core | 15.2.12.5.27 | |
| Array | instance | size | core | 15.2.12.5.28 | |
| Array | instance | slice | core | 15.2.12.5.29 | |
| Array | instance | sort | core | ||
| Array | instance | sort! | core | ||
| Array | instance | to_s | core | 15.2.12.5.32 | |
| Array | instance | unshift | core | 15.2.12.5.30 | |
| BasicObject | instance | id | core | 15.3.1.3.4 | |
| BasicObject | instance | send | core | 15.3.1.3.5 | |
| BasicObject | instance | ! | core | ||
| BasicObject | instance | != | core | ||
| BasicObject | instance | == | core | 15.3.1.3.1 | |
| BasicObject | instance | equal? | core | 15.3.1.3.11 | |
| BasicObject | instance | initialize | core | ||
| BasicObject | instance | instance_eval | core | 15.3.1.3.18 | |
| Class | class | new | core | ||
| Class | instance | allocate | core | ||
| Class | instance | inherited | core | ||
| Class | instance | initialize | core | 15.2.3.3.1 | |
| Class | instance | superclass | core | 15.2.3.3.4 | |
| Comparable | instance | < | core | 15.3.3.2.1 | |
| Comparable | instance | <= | core | 15.3.3.2.2 | |
| Comparable | instance | == | core | 15.3.3.2.3 | |
| Comparable | instance | > | core | 15.3.3.2.4 | |
| Comparable | instance | >= | core | 15.3.3.2.5 | |
| Comparable | instance | between? | core | 15.3.3.2.6 | |
| Enumerable | instance | all? | core | 15.3.2.2.1 | |
| Enumerable | instance | any? | core | 15.3.2.2.2 | |
| Enumerable | instance | collect | core | 15.3.2.2.3 | |
| Enumerable | instance | detect | core | 15.3.2.2.4 | |
| Enumerable | instance | each_with_index | core | 15.3.2.2.5 | |
| Enumerable | instance | entries | core | 15.3.2.2.6 | |
| Enumerable | instance | find | core | 15.3.2.2.7 | |
| Enumerable | instance | find_all | core | 15.3.2.2.8 | |
| Enumerable | instance | grep | core | 15.3.2.2.9 | |
| Enumerable | instance | hash | core | 15.3.1.3.15 | |
| Enumerable | instance | include? | core | 15.3.2.2.10 | |
| Enumerable | instance | inject | core | 15.3.2.2.11 | |
| Enumerable | instance | map | core | 15.3.2.2.12 | |
| Enumerable | instance | max | core | 15.3.2.2.13 | |
| Enumerable | instance | member? | core | 15.3.2.2.15 | |
| Enumerable | instance | min | core | 15.3.2.2.14 | |
| Enumerable | instance | partition | core | 15.3.2.2.16 | |
| Enumerable | instance | reduce | core | ||
| Enumerable | instance | reject | core | 15.3.2.2.17 | |
| Enumerable | instance | select | core | 15.3.2.2.18 | |
| Enumerable | instance | sort | core | 15.3.2.2.19 | |
| Enumerable | instance | to_a | core | 15.3.2.2.20 | |
| Enumerable | module | __update_hash | core | 内部処理用 | |
| Exception | class | exception | core | ||
| Exception | instance | backtrace | core | ||
| Exception | instance | exception | core | ||
| Exception | instance | initialize | core | ||
| Exception | instance | inspect | core | ||
| Exception | instance | message | core | ||
| Exception | instance | set_backtrace | core | ||
| Exception | instance | to_s | core | ||
| FalseClass | instance | & | core | 15.2.6.3.1 | |
| FalseClass | instance | ^ | core | 15.2.6.3.2 | |
| FalseClass | instance | | | core | 15.2.6.3.3 | |
| FalseClass | instance | inspect | core | ||
| FalseClass | instance | nil? | core | 15.2.6.3.4 | |
| Float | instance | - | core | 15.2.9.3.2 | |
| Float | instance | * | core | 15.2.9.3.3 | |
| Float | instance | & | core | ||
| Float | instance | % | core | 15.2.9.3.5 | |
| Float | instance | ^ | core | ||
| Float | instance | + | core | 15.2.9.3.1 | |
| Float | instance | << | core | ||
| Float | instance | == | core | 15.2.9.3.7 | |
| Float | instance | >> | core | ||
| Float | instance | | | core | ||
| Float | instance | ~ | core | ||
| Float | instance | ceil | core | 15.2.9.3.8 | |
| Float | instance | divmod | core | ||
| Float | instance | eql? | core | 15.2.9.3.16 | |
| Float | instance | finite? | core | 15.2.9.3.9 | |
| Float | instance | floor | core | 15.2.9.3.10 | |
| Float | instance | infinite? | core | 15.2.9.3.11 | |
| Float | instance | inspect | core | ||
| Float | instance | nan? | core | ||
| Float | instance | round | core | 15.2.9.3.12 | |
| Float | instance | to_f | core | 15.2.9.3.13 | |
| Float | instance | to_i | core | 15.2.9.3.14 | |
| Float | instance | to_int | core | ||
| Float | instance | to_s | core | 15.2.9.3.16 | |
| Float | instance | truncate | core | 15.2.9.3.15 | |
| GC | module | disable | core | ||
| GC | module | enable | core | ||
| GC | module | generational_mode | core | ||
| GC | module | generational_mode= | core | ||
| GC | module | interval_ratio | core | ||
| GC | module | interval_ratio= | core | ||
| GC | module | start | core | ||
| GC | module | step_ratio | core | ||
| GC | module | step_ratio= | core | ||
| Hash | instance | __delete | core | 内部処理用 | |
| Hash | instance | [] | core | 15.2.13.4.2 | |
| Hash | instance | []= | core | 15.2.13.4.3 | |
| Hash | instance | == | core | 15.2.13.4.1 | |
| Hash | instance | clear | core | 15.2.13.4.4 | |
| Hash | instance | default | core | 15.2.13.4.5 | |
| Hash | instance | default_proc | core | 15.2.13.4.7 | |
| Hash | instance | default_proc= | core | 15.2.13.4.7 | |
| Hash | instance | default= | core | 15.2.13.4.6 | |
| Hash | instance | delete | core | 15.2.13.4.8 | |
| Hash | instance | each | core | 15.2.13.4.9 | |
| Hash | instance | each_key | core | 15.2.13.4.10 | |
| Hash | instance | each_value | core | 15.2.13.4.11 | |
| Hash | instance | empty? | core | 15.2.13.4.12 | |
| Hash | instance | eql? | core | 15.2.13.4.32 | |
| Hash | instance | has_key? | core | 15.2.13.4.13 | |
| Hash | instance | has_value? | core | 15.2.13.4.14 | |
| Hash | instance | include? | core | 15.2.13.4.15 | |
| Hash | instance | initialize | core | 15.2.13.4.16 | |
| Hash | instance | initialize_copy | core | ||
| Hash | instance | initialize_copy | core | 15.2.13.4.17 | |
| Hash | instance | inspect | core | 15.2.13.4.30 | |
| Hash | instance | key? | core | 15.2.13.4.18 | |
| Hash | instance | keys | core | 15.2.13.4.19 | |
| Hash | instance | length | core | 15.2.13.4.20 | |
| Hash | instance | member? | core | 15.2.13.4.21 | |
| Hash | instance | merge | core | 15.2.13.4.22 | |
| Hash | instance | rehash | core | ||
| Hash | instance | reject | core | ||
| Hash | instance | reject! | core | ||
| Hash | instance | replace | core | 15.2.13.4.23 | |
| Hash | instance | select | core | ||
| Hash | instance | select! | core | ||
| Hash | instance | shift | core | 15.2.13.4.24 | |
| Hash | instance | size | core | 15.2.13.4.25 | |
| Hash | instance | store | core | 15.2.13.4.26 | |
| Hash | instance | to_s | core | 15.2.13.4.31 | |
| Hash | instance | value? | core | 15.2.13.4.27 | |
| Hash | instance | values | core | 15.2.13.4.28 | |
| Integer | instance | - | core | 15.2.8.3.2 | |
| Integer | instance | * | core | 15.2.8.3.3 | |
| Integer | instance | & | core | 15.2.8.3.9 | |
| Integer | instance | % | core | 15.2.8.3.5 | |
| Integer | instance | ^ | core | 15.2.8.3.11 | |
| Integer | instance | + | core | 15.2.8.3.1 | |
| Integer | instance | << | core | 15.2.8.3.12 | |
| Integer | instance | == | core | 15.2.8.3.5 | |
| Integer | instance | >> | core | 15.2.8.3.13 | |
| Integer | instance | | | core | 15.2.8.3.10 | |
| Integer | instance | ~ | core | 15.2.8.3.8 | |
| Integer | instance | ceil | core | 15.2.8.3.8 | MRB_WITHOUT_FLOAT 有効時のみ |
| Integer | instance | ceil | core | 15.2.8.3.14 | |
| Integer | instance | divmod | core | 15.2.8.3.30 | |
| Integer | instance | eql? | core | 15.2.8.3.16 | |
| Integer | instance | floor | core | 15.2.8.3.10 | MRB_WITHOUT_FLOAT 有効時のみ |
| Integer | instance | floor | core | 15.2.8.3.17 | |
| Integer | instance | inspect | core | ||
| Integer | instance | round | core | 15.2.8.3.12 | MRB_WITHOUT_FLOAT 有効時のみ |
| Integer | instance | round | core | 15.2.8.3.24 | |
| Integer | instance | to_f | core | 15.2.8.3.23 | MRB_WITHOUT_FLOAT 有効時のみ |
| Integer | instance | to_i | core | 15.2.8.3.24 | |
| Integer | instance | to_int | core | ||
| Integer | instance | to_s | core | 15.2.8.3.25 | |
| Integer | instance | truncate | core | 15.2.8.3.15 | MRB_WITHOUT_FLOAT 有効時のみ |
| Integer | instance | truncate | core | 15.2.8.3.26 | |
| Integral | instance | __coerce_step_counter | core | ||
| Integral | instance | ** | core | ||
| Integral | instance | / | core | 15.2.8.3.6 15.2.9.3.6 |
|
| Integral | instance | < | core | ||
| Integral | instance | <= | core | ||
| Integral | instance | <=> | core | 15.2.8.3.1 15.2.9.3.1 |
|
| Integral | instance | > | core | ||
| Integral | instance | >= | core | ||
| Integral | instance | div | core | ||
| Integral | instance | quo | core | 15.2.7.4.5 | |
| Kermel | instance | !~ | core | ||
| Kermel | instance | ` | core | 15.3.1.3.3 | |
| Kermel | instance | loop | core | 15.3.1.3.29 | |
| Kermel | instance | to_enum | core | ||
| Kernel | class | block_given? | core | 15.3.1.2.2 | |
| Kernel | class | iterator? | core | 15.3.1.2.5 | |
| Kernel | class | lambda | core | 15.3.1.2.6 | |
| Kernel | class | raise | core | 15.3.1.2.12 | |
| Kernel | instance | __case_eqq | core | 内部処理用 | |
| Kernel | instance | __to_int | core | 内部処理用 | |
| Kernel | instance | __to_str | core | 内部処理用 | |
| Kernel | instance | === | core | 15.3.1.3.2 | |
| Kernel | instance | block_given? | core | 15.3.1.3.6 | |
| Kernel | instance | class | core | 15.3.1.3.7 | |
| Kernel | instance | clone | core | 15.3.1.3.8 | |
| Kernel | instance | dup | core | 15.3.1.3.9 | |
| Kernel | instance | eql? | core | 15.3.1.3.10 | |
| Kernel | instance | extend | core | 15.3.1.3.13 | |
| Kernel | instance | freeze | core | ||
| Kernel | instance | frozen? | core | ||
| Kernel | instance | hash | core | 15.3.1.3.15 | |
| Kernel | instance | initialize_copy | core | 15.3.1.3.16 | |
| Kernel | instance | inspect | core | 15.3.1.3.17 | |
| Kernel | instance | instance_of? | core | 15.3.1.3.19 | |
| Kernel | instance | is_a? | core | 15.3.1.3.24 | |
| Kernel | instance | iterator? | core | 15.3.1.3.25 | |
| Kernel | instance | kind_of? | core | 15.3.1.3.26 | |
| Kernel | instance | lambda | core | 15.3.1.3.27 | |
| Kernel | instance | method_missing | core | 15.3.1.3.30 | MRB_DEFAULT_METHOD_MISSING 有効時のみ |
| Kernel | instance | nil? | core | 15.3.1.3.32 | |
| Kernel | instance | object_id | core | 15.3.1.3.33 | |
| Kernel | instance | raise | core | 15.3.1.3.40 | |
| Kernel | instance | remove_instance_variable | core | 15.3.1.3.41 | |
| Kernel | instance | respond_to? | core | 15.3.1.3.43 | |
| Kernel | instance | to_s | core | 15.3.1.3.46 | |
| Module | instance | === | core | 15.2.2.4.7 | |
| Module | instance | alias_method | core | 15.2.2.4.8 | |
| Module | instance | ancestors | core | 15.2.2.4.9 | |
| Module | instance | append_features | core | 15.2.2.4.10 | |
| Module | instance | attr | core | 15.2.2.4.11 | |
| Module | instance | attr_accessor | core | 15.2.2.4.12 | |
| Module | instance | attr_reader | core | 15.2.2.4.13 | |
| Module | instance | attr_writer | core | 15.2.2.4.14 | |
| Module | instance | class_eval | core | 15.2.2.4.15 | |
| Module | instance | const_defined? | core | 15.2.2.4.20 | |
| Module | instance | const_get | core | 15.2.2.4.21 | |
| Module | instance | const_missing | core | ||
| Module | instance | const_set | core | 15.2.2.4.23 | |
| Module | instance | define_method | core | ||
| Module | instance | dup | core | ||
| Module | instance | extend_object | core | 15.2.2.4.25 | |
| Module | instance | extended | core | 15.2.2.4.26 | |
| Module | instance | include | core | 15.2.2.4.27 | |
| Module | instance | include? | core | 15.2.2.4.28 | |
| Module | instance | included | core | 15.2.2.4.29 | |
| Module | instance | initialize | core | 15.2.2.4.31 | |
| Module | instance | inspect | core | ||
| Module | instance | method_defined? | core | 15.2.2.4.34 | |
| Module | instance | module_eval | core | 15.2.2.4.35 | |
| Module | instance | module_function | core | ||
| Module | instance | prepend | core | ||
| Module | instance | prepend_features | core | ||
| Module | instance | prepended | core | ||
| Module | instance | private | core | 15.2.2.4.36 | |
| Module | instance | protected | core | 15.2.2.4.37 | |
| Module | instance | public | core | 15.2.2.4.38 | |
| Module | instance | remove_const | core | 15.2.2.4.40 | |
| Module | instance | to_s | core | ||
| Module | instance | undef_method | core | 15.2.2.4.41 | |
| NilClass | instance | & | core | 15.2.4.3.1 | |
| NilClass | instance | ^ | core | 15.2.4.3.2 | |
| NilClass | instance | | | core | 15.2.4.3.3 | |
| NilClass | instance | inspect | core | ||
| NilClass | instance | nil? | core | 15.2.4.3.4 | |
| NilClass | instance | to_s | core | 15.2.4.3.5 | |
| Numeric | instance | - | core | 15.2.7.4.2 | |
| Numeric | instance | + | core | 15.2.7.4.1 | |
| Numeric | instance | abs | core | 15.2.7.4.3 | |
| Numeric | instance | downto | core | 15.2.8.3.15 | |
| Numeric | instance | finite? | core | ||
| Numeric | instance | infinite? | core | ||
| Numeric | instance | next | core | 15.2.8.3.19 | |
| Numeric | instance | step | core | ||
| Numeric | instance | succ | core | 15.2.8.3.21 | |
| Numeric | instance | times | core | 15.2.8.3.22 | |
| Numeric | instance | upto | core | 15.2.8.3.27 | |
| Proc | class | new | core | ||
| Proc | instance | [] | core | ||
| Proc | instance | arity | core | ||
| Proc | instance | call | core | ||
| Proc | instance | initialize_copy | core | ||
| Range | instance | == | core | 15.2.14.4.1 | |
| Range | instance | === | core | 15.2.14.4.2 | |
| Range | instance | begin | core | 15.2.14.4.3 | |
| Range | instance | each | core | 15.2.14.4.4 | |
| Range | instance | end | core | 15.2.14.4.5 | |
| Range | instance | eql? | core | 15.2.14.4.14 | |
| Range | instance | exclude_end? | core | 15.2.14.4.6 | |
| Range | instance | first | core | 15.2.14.4.7 | |
| Range | instance | hash | core | 15.3.1.3.15 | |
| Range | instance | include? | core | 15.2.14.4.8 | |
| Range | instance | initialize | core | 15.2.14.4.9 | |
| Range | instance | initialize_copy | core | 15.2.14.4.15 | |
| Range | instance | inspect | core | 15.2.14.4.13 | |
| Range | instance | last | core | 15.2.14.4.10 | |
| Range | instance | member? | core | 15.2.14.4.11 | |
| Range | instance | to_s | core | 15.2.14.4.12 | |
| String | instance | [] | core | 15.2.10.5.6 | |
| String | instance | []= | core | ||
| String | instance | * | core | 15.2.10.5.5 | |
| String | instance | + | core | 15.2.10.5.4 | |
| String | instance | <=> | core | 15.2.10.5.1 | |
| String | instance | == | core | 15.2.10.5.2 | |
| String | instance | bytesize | core | ||
| String | instance | bytesize | core | ||
| String | instance | byteslice | core | ||
| String | instance | capitalize | core | 15.2.10.5.7 | |
| String | instance | capitalize! | core | 15.2.10.5.8 | |
| String | instance | chomp | core | 15.2.10.5.9 | |
| String | instance | chomp! | core | 15.2.10.5.10 | |
| String | instance | chop | core | 15.2.10.5.11 | |
| String | instance | chop! | core | 15.2.10.5.12 | |
| String | instance | downcase | core | 15.2.10.5.13 | |
| String | instance | downcase! | core | 15.2.10.5.14 | |
| String | instance | each_byte | core | ||
| String | instance | each_line | core | 15.2.10.5.15 | |
| String | instance | empty? | core | 15.2.10.5.16 | |
| String | instance | eql? | core | 15.2.10.5.17 | |
| String | instance | getbyte | core | ||
| String | instance | gsub | core | 15.2.10.5.18 | |
| String | instance | gsub! | core | 15.2.10.5.19 | |
| String | instance | hash | core | 15.2.10.5.20 | |
| String | instance | include? | core | 15.2.10.5.21 | |
| String | instance | index | core | 15.2.10.5.22 | |
| String | instance | initialize | core | 15.2.10.5.23 | |
| String | instance | initialize_copy | core | 15.2.10.5.24 | |
| String | instance | inspect | core | 15.2.10.5.46 | |
| String | instance | intern | core | 15.2.10.5.25 | |
| String | instance | length | core | 15.2.10.5.26 | |
| String | instance | replace | core | 15.2.10.5.28 | |
| String | instance | reverse | core | 15.2.10.5.29 | |
| String | instance | reverse! | core | 15.2.10.5.30 | |
| String | instance | rindex | core | 15.2.10.5.31 | |
| String | instance | setbyte | core | ||
| String | instance | size | core | 15.2.10.5.33 | |
| String | instance | slice | core | 15.2.10.5.34 | |
| String | instance | split | core | 15.2.10.5.35 | |
| String | instance | sub | core | 15.2.10.5.36 | |
| String | instance | sub! | core | 15.2.10.5.37 | |
| String | instance | to_f | core | 15.2.10.5.38 | MRB_WITHOUT_FLOAT 有効時のみ |
| String | instance | to_i | core | 15.2.10.5.39 | |
| String | instance | to_s | core | 15.2.10.5.40 | |
| String | instance | to_str | core | ||
| String | instance | to_sym | core | 15.2.10.5.41 | |
| String | instance | upcase | core | 15.2.10.5.42 | |
| String | instance | upcase! | core | 15.2.10.5.43 | |
| Symbol | instance | <=> | core | ||
| Symbol | instance | id2name | core | 15.2.11.3.2 | |
| Symbol | instance | inspect | core | 15.2.11.3.5 | |
| Symbol | instance | to_proc | core | ||
| Symbol | instance | to_s | core | 15.2.11.3.3 | |
| Symbol | instance | to_sym | core | 15.2.11.3.4 | |
| TrueClass | instance | & | core | 15.2.5.3.1 | |
| TrueClass | instance | ^ | core | 15.2.5.3.2 | |
| TrueClass | instance | | | core | 15.2.5.3.3 | |
| TrueClass | instance | inspect | core | ||
| TrueClass | instance | nil? | core | 15.2.5.3.4 | |
| Array | instance | - | mruby-array-ext | ||
| Array | instance | & | mruby-array-ext | ||
| Array | instance | | | mruby-array-ext | ||
| Array | instance | append | mruby-array-ext | ||
| Array | instance | assoc | mruby-array-ext | ||
| Array | instance | at | mruby-array-ext | ||
| Array | instance | bsearch | mruby-array-ext | ||
| Array | instance | bsearch_index | mruby-array-ext | ||
| Array | instance | combination | mruby-array-ext | ||
| Array | instance | compact | mruby-array-ext | ||
| Array | instance | compact! | mruby-array-ext | ||
| Array | instance | delete_if | mruby-array-ext | ||
| Array | instance | difference | mruby-array-ext | ||
| Array | instance | dig | mruby-array-ext | ||
| Array | instance | fetch | mruby-array-ext | ||
| Array | instance | fill | mruby-array-ext | ||
| Array | instance | filter! | mruby-array-ext | ||
| Array | instance | flatten | mruby-array-ext | ||
| Array | instance | flatten! | mruby-array-ext | ||
| Array | instance | index | mruby-array-ext | ||
| Array | instance | insert | mruby-array-ext | ||
| Array | instance | intersection | mruby-array-ext | ||
| Array | instance | keep_if | mruby-array-ext | ||
| Array | instance | permutation | mruby-array-ext | ||
| Array | instance | prepend | mruby-array-ext | ||
| Array | instance | rassoc | mruby-array-ext | ||
| Array | instance | reject! | mruby-array-ext | ||
| Array | instance | reverse_each | mruby-array-ext | ||
| Array | instance | rotate | mruby-array-ext | ||
| Array | instance | rotate! | mruby-array-ext | ||
| Array | instance | select! | mruby-array-ext | ||
| Array | instance | slice! | mruby-array-ext | ||
| Array | instance | to_h | mruby-array-ext | ||
| Array | instance | transpose | mruby-array-ext | ||
| Array | instance | union | mruby-array-ext | ||
| Array | instance | uniq | mruby-array-ext | ||
| Array | instance | uniq! | mruby-array-ext | ||
| Array | instance | values_at | mruby-array-ext | ||
| Class | instance | class_exec | mruby-class-ext | ||
| Class | instance | module_exec | mruby-class-ext | ||
| Class | instance | name | mruby-class-ext | ||
| Class | instance | sigleton_class? | mruby-class-ext | ||
| Module | instance | < | mruby-class-ext | ||
| Module | instance | <= | mruby-class-ext | ||
| Module | instance | <=> | mruby-class-ext | ||
| Module | instance | > | mruby-class-ext | ||
| Module | instance | >= | mruby-class-ext | ||
| Comparable | instance | clamp | mruby-compar-ext | ||
| Complex | class | polar | mruby-complex | ||
| Complex | class | rect | mruby-complex | ||
| Complex | class | rectangular | mruby-complex | ||
| Complex | instance | div | mruby-complex | ||
| Complex | instance | _original_operator-_complex | mruby-complex | ||
| Complex | instance | _original_operator*_complex | mruby-complex | ||
| Complex | instance | _original_operator/_complex | mruby-complex | ||
| Complex | instance | _original_operator+_complex | mruby-complex | ||
| Complex | instance | _original_operator==_complex | mruby-complex | ||
| Complex | instance | - | mruby-complex | ||
| Complex | instance | -@ | mruby-complex | ||
| Complex | instance | * | mruby-complex | ||
| Complex | instance | / | mruby-complex | ||
| Complex | instance | + | mruby-complex | ||
| Complex | instance | +@ | mruby-complex | ||
| Complex | instance | == | mruby-complex | ||
| Complex | instance | abs | mruby-complex | ||
| Complex | instance | abs2 | mruby-complex | ||
| Complex | instance | arg | mruby-complex | ||
| Complex | instance | conjugate | mruby-complex | ||
| Complex | instance | fdiv | mruby-complex | ||
| Complex | instance | imag | mruby-complex | ||
| Complex | instance | imaginary | mruby-complex | ||
| Complex | instance | inspect | mruby-complex | ||
| Complex | instance | polar | mruby-complex | ||
| Complex | instance | quo | mruby-complex | ||
| Complex | instance | real | mruby-complex | ||
| Complex | instance | real? | mruby-complex | ||
| Complex | instance | rectangular | mruby-complex | ||
| Complex | instance | to_c | mruby-complex | ||
| Complex | instance | to_f | mruby-complex | ||
| Complex | instance | to_i | mruby-complex | ||
| Complex | instance | to_r | mruby-complex | ||
| Complex | instance | to_s | mruby-complex | ||
| Kernel | instance | Complex | mruby-complex | ||
| Enumerable | instance | chain | mruby-enum-chain | ||
| Enumerator | instance | + | mruby-enum-chain | ||
| Enumerator::Chain | instance | + | mruby-enum-chain | ||
| Enumerator::Chain | instance | each | mruby-enum-chain | ||
| Enumerator::Chain | instance | initialize | mruby-enum-chain | ||
| Enumerator::Chain | instance | inspect | mruby-enum-chain | ||
| Enumerator::Chain | instance | rewind | mruby-enum-chain | ||
| Enumerator::Chain | instance | size | mruby-enum-chain | ||
| Enumerable | instance | all? | mruby-enum-ext | ||
| Enumerable | instance | any? | mruby-enum-ext | ||
| Enumerable | instance | collect_concat | mruby-enum-ext | ||
| Enumerable | instance | count | mruby-enum-ext | ||
| Enumerable | instance | cycle | mruby-enum-ext | ||
| Enumerable | instance | drop | mruby-enum-ext | ||
| Enumerable | instance | drop_while | mruby-enum-ext | ||
| Enumerable | instance | each_cons | mruby-enum-ext | ||
| Enumerable | instance | each_slice | mruby-enum-ext | ||
| Enumerable | instance | each_with_object | mruby-enum-ext | ||
| Enumerable | instance | filter | mruby-enum-ext | ||
| Enumerable | instance | filter_map | mruby-enum-ext | ||
| Enumerable | instance | find_index | mruby-enum-ext | ||
| Enumerable | instance | first | mruby-enum-ext | ||
| Enumerable | instance | flat_map | mruby-enum-ext | ||
| Enumerable | instance | group_by | mruby-enum-ext | ||
| Enumerable | instance | max_by | mruby-enum-ext | ||
| Enumerable | instance | min_by | mruby-enum-ext | ||
| Enumerable | instance | minmax | mruby-enum-ext | ||
| Enumerable | instance | minmax_by | mruby-enum-ext | ||
| Enumerable | instance | none? | mruby-enum-ext | ||
| Enumerable | instance | one? | mruby-enum-ext | ||
| Enumerable | instance | reverse_each | mruby-enum-ext | ||
| Enumerable | instance | sort_by | mruby-enum-ext | ||
| Enumerable | instance | take | mruby-enum-ext | ||
| Enumerable | instance | take_while | mruby-enum-ext | ||
| Enumerable | instance | tally | mruby-enum-ext | ||
| Enumerable | instance | to_h | mruby-enum-ext | ||
| Enumerable | instance | uniq | mruby-enum-ext | ||
| Enumerable | instance | zip | mruby-enum-ext | ||
| Enumerable | module | lazy | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | collect | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | collect_concat | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | drop | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | drop_while | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | enum_for | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | find_all | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | flat_map | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | force | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | grep | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | initialize | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | map | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | reject | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | select | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | take | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | take_while | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | to_enum | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | uniq | mruby-enum-lazy | ||
| Enumerator::Lazy | instance | zip | mruby-enum-lazy | ||
| Enumerable | module | zip | mruby-enumerator | ||
| Enumerator | class | produce | mruby-enumerator | ||
| Enumerator | instance | each | mruby-enumerator | ||
| Enumerator | instance | each_with_index | mruby-enumerator | ||
| Enumerator | instance | feed | mruby-enumerator | ||
| Enumerator | instance | initialize | mruby-enumerator | ||
| Enumerator | instance | initialize_copy | mruby-enumerator | ||
| Enumerator | instance | inspect | mruby-enumerator | ||
| Enumerator | instance | next | mruby-enumerator | ||
| Enumerator | instance | next_values | mruby-enumerator | ||
| Enumerator | instance | peek | mruby-enumerator | ||
| Enumerator | instance | peek_values | mruby-enumerator | ||
| Enumerator | instance | rewind | mruby-enumerator | ||
| Enumerator | instance | with_index | mruby-enumerator | ||
| Enumerator | instance | with_object | mruby-enumerator | ||
| Enumerator::Generator | instance | each | mruby-enumerator | ||
| Enumerator::Generator | instance | initialize | mruby-enumerator | 内部処理用 | |
| Enumerator::Yielder | instance | << | mruby-enumerator | ||
| Enumerator::Yielder | instance | initialize | mruby-enumerator | 内部処理用 | |
| Enumerator::Yielder | instance | yield | mruby-enumerator | ||
| Kernel | module | enum_for | mruby-enumerator | ||
| Kernel | module | to_enum | mruby-enumerator | ||
| BasicObject | instance | instance_eval | mruby-eval | ||
| Kernel | module | eval | mruby-eval | ||
| Kernel | module | exit | mruby-exit | ||
| Fiber | class | current | mruby-fiber | ||
| Fiber | class | yield | mruby-fiber | ||
| Fiber | instance | == | mruby-fiber | ||
| Fiber | instance | alive? | mruby-fiber | ||
| Fiber | instance | initialize | mruby-fiber | ||
| Fiber | instance | resume | mruby-fiber | ||
| Fiber | instance | transger | mruby-fiber | ||
| Hash | class | [] | mruby-hash-ext | ||
| Hash | instance | < | mruby-hash-ext | ||
| Hash | instance | <= | mruby-hash-ext | ||
| Hash | instance | > | mruby-hash-ext | ||
| Hash | instance | >= | mruby-hash-ext | ||
| Hash | instance | compact | mruby-hash-ext | ||
| Hash | instance | compact! | mruby-hash-ext | ||
| Hash | instance | delete_if | mruby-hash-ext | ||
| Hash | instance | dig | mruby-hash-ext | ||
| Hash | instance | each_pair | mruby-hash-ext | ||
| Hash | instance | fetch | mruby-hash-ext | ||
| Hash | instance | fetch_values | mruby-hash-ext | ||
| Hash | instance | filter | mruby-hash-ext | ||
| Hash | instance | filter! | mruby-hash-ext | ||
| Hash | instance | flatten | mruby-hash-ext | ||
| Hash | instance | invert | mruby-hash-ext | ||
| Hash | instance | keep_if | mruby-hash-ext | ||
| Hash | instance | key | mruby-hash-ext | ||
| Hash | instance | merge! | mruby-hash-ext | ||
| Hash | instance | slice | mruby-hash-ext | ||
| Hash | instance | to_h | mruby-hash-ext | ||
| Hash | instance | to_proc | mruby-hash-ext | ||
| Hash | instance | transform_keys | mruby-hash-ext | ||
| Hash | instance | transform_keys! | mruby-hash-ext | ||
| Hash | instance | transform_values | mruby-hash-ext | ||
| Hash | instance | transform_values! | mruby-hash-ext | ||
| Hash | instance | update | mruby-hash-ext | ||
| Hash | instance | value_at | mruby-hash-ext | ||
| File | class | _gethome | mruby-io | ||
| File | class | _getwd | mruby-io | ||
| File | class | basename | mruby-io | ||
| File | class | chmod | mruby-io | ||
| File | class | delete | mruby-io | ||
| File | class | directory? | mruby-io | ||
| File | class | dirname | mruby-io | ||
| File | class | exist? | mruby-io | ||
| File | class | exists? | mruby-io | ||
| File | class | expand_path | mruby-io | ||
| File | class | extname | mruby-io | ||
| File | class | file? | mruby-io | ||
| File | class | foreach | mruby-io | ||
| File | class | join | mruby-io | ||
| File | class | path | mruby-io | ||
| File | class | pipe? | mruby-io | ||
| File | class | readlink | mruby-io | ||
| File | class | realpath | mruby-io | ||
| File | class | rename | mruby-io | ||
| File | class | size | mruby-io | ||
| File | class | size? | mruby-io | ||
| File | class | socket? | mruby-io | ||
| File | class | symlink | mruby-io | ||
| File | class | symlink? | mruby-io | ||
| File | class | umask | mruby-io | ||
| File | class | unlink | mruby-io | ||
| File | class | zero? | mruby-io | ||
| File | instance | flock | mruby-io | ||
| File | instance | initialize | mruby-io | ||
| File | instance | mtime | mruby-io | ||
| FileTest | class | directory? | mruby-io | ||
| FileTest | class | exist? | mruby-io | ||
| FileTest | class | exists? | mruby-io | ||
| FileTest | class | file? | mruby-io | ||
| FileTest | class | pipe? | mruby-io | ||
| FileTest | class | size | mruby-io | ||
| FileTest | class | size? | mruby-io | ||
| FileTest | class | socket? | mruby-io | ||
| FileTest | class | symlink? | mruby-io | ||
| FileTest | class | zero? | mruby-io | ||
| IO | class | _bufread | mruby-io | ||
| IO | class | _pipe | mruby-io | ||
| IO | class | _popen | mruby-io | ||
| IO | class | _sysclose | mruby-io | ||
| IO | class | for_fd | mruby-io | ||
| IO | class | open | mruby-io | ||
| IO | class | pipe | mruby-io | ||
| IO | class | popen | mruby-io | ||
| IO | class | read | mruby-io | ||
| IO | class | select | mruby-io | ||
| IO | class | sysopen | mruby-io | ||
| IO | instance | _check_readable | mruby-io | ||
| IO | instance | _read_buf | mruby-io | ||
| IO | instance | << | mruby-io | ||
| IO | instance | close | mruby-io | ||
| IO | instance | close_on_exec? | mruby-io | ||
| IO | instance | close_on_exec= | mruby-io | ||
| IO | instance | close_write | mruby-io | ||
| IO | instance | closed? | mruby-io | ||
| IO | instance | each | mruby-io | 15.2.20.5.3 | |
| IO | instance | each_byte | mruby-io | 15.2.20.5.4 | |
| IO | instance | each_char | mruby-io | ||
| IO | instance | each_line | mruby-io | 15.2.20.5.5 | |
| IO | instance | eof | mruby-io | ||
| IO | instance | eof? | mruby-io | ||
| IO | instance | fileno | mruby-io | ||
| IO | instance | flush | mruby-io | ||
| IO | instance | getc | mruby-io | ||
| IO | instance | gets | mruby-io | ||
| IO | instance | hash | mruby-io | ||
| IO | instance | initialize | mruby-io | ||
| IO | instance | initialize_copy | mruby-io | ||
| IO | instance | isatty | mruby-io | ||
| IO | instance | pid | mruby-io | ||
| IO | instance | pos | mruby-io | ||
| IO | instance | pos= | mruby-io | ||
| IO | instance | mruby-io | |||
| IO | instance | printf | mruby-io | ||
| IO | instance | puts | mruby-io | ||
| IO | instance | read | mruby-io | ||
| IO | instance | readline | mruby-io | ||
| IO | instance | readlines | mruby-io | ||
| IO | instance | rewind | mruby-io | ||
| IO | instance | seek | mruby-io | ||
| IO | instance | sync | mruby-io | ||
| IO | instance | sync= | mruby-io | ||
| IO | instance | sysread | mruby-io | ||
| IO | instance | sysseek | mruby-io | ||
| IO | instance | syswrite | mruby-io | ||
| IO | instance | to_i | mruby-io | ||
| IO | instance | tty? | mruby-io | ||
| IO | instance | ungetc | mruby-io | ||
| IO | instance | write | mruby-io | ||
| Kernel | module | ` | mruby-io | ||
| Kernel | module | gets | mruby-io | ||
| Kernel | module | open | mruby-io | ||
| Kernel | module | mruby-io | |||
| Kernel | module | printf | mruby-io | ||
| Kernel | module | puts | mruby-io | ||
| Kernel | instance | method | mruby-kernel-ext | ||
| Kernel | module | Array | mruby-kernel-ext | ||
| Kernel | module | caller | mruby-kernel-ext | ||
| Kernel | module | fail | mruby-kernel-ext | ||
| Kernel | module | Float | mruby-kernel-ext | MRB_WITHOUT_FLOAT 有効時のみ | |
| Kernel | module | Hash | mruby-kernel-ext | ||
| Kernel | module | Integer | mruby-kernel-ext | ||
| Kernel | module | String | mruby-kernel-ext | ||
| Math | module | acos | mruby-math | ||
| Math | module | acosh | mruby-math | ||
| Math | module | asin | mruby-math | ||
| Math | module | asinh | mruby-math | ||
| Math | module | atan | mruby-math | ||
| Math | module | atan2 | mruby-math | ||
| Math | module | atanh | mruby-math | ||
| Math | module | cbrt | mruby-math | ||
| Math | module | cos | mruby-math | ||
| Math | module | cosh | mruby-math | ||
| Math | module | erf | mruby-math | ||
| Math | module | erfc | mruby-math | ||
| Math | module | exp | mruby-math | ||
| Math | module | frexp | mruby-math | ||
| Math | module | hypot | mruby-math | ||
| Math | module | ldexp | mruby-math | ||
| Math | module | log | mruby-math | ||
| Math | module | log10 | mruby-math | ||
| Math | module | log2 | mruby-math | ||
| Math | module | sin | mruby-math | ||
| Math | module | sinh | mruby-math | ||
| Math | module | sqrt | mruby-math | ||
| Math | module | tan | mruby-math | ||
| Math | module | tanh | mruby-math | ||
| Kernel | instance | define_singleton_method | mruby-metaprog | ||
| Kernel | instance | global_variables | mruby-metaprog | 15.3.1.3.14 15.3.1.2.4 |
|
| Kernel | instance | instance_variable_defined? | mruby-metaprog | 15.3.1.3.20 | |
| Kernel | instance | instance_variable_get | mruby-metaprog | 15.3.1.3.21 | |
| Kernel | instance | instance_variable_set | mruby-metaprog | 15.3.1.3.22 | |
| Kernel | instance | instance_variables | mruby-metaprog | 15.3.1.3.23 | |
| Kernel | instance | local_variables | mruby-metaprog | 15.3.1.3.28 15.3.1.2.7 |
|
| Kernel | instance | methods | mruby-metaprog | 15.3.1.3.31 | |
| Kernel | instance | private_methods | mruby-metaprog | 15.3.1.3.36 | |
| Kernel | instance | protected_methods | mruby-metaprog | 15.3.1.3.37 | |
| Kernel | instance | public_methods | mruby-metaprog | 15.3.1.3.38 | |
| Kernel | instance | send | mruby-metaprog | 15.3.1.3.44 | |
| Kernel | instance | singleton_class | mruby-metaprog | ||
| Kernel | instance | singleton_methods | mruby-metaprog | 15.3.1.3.45 | |
| Module | class | constants | mruby-metaprog | 15.2.2.3.1 | |
| Module | class | nesting | mruby-metaprog | 15.2.2.3.2 | |
| Module | instance | class_variable_defined? | mruby-metaprog | 15.2.2.4.16 | |
| Module | instance | class_variable_get | mruby-metaprog | 15.2.2.4.17 | |
| Module | instance | class_variable_set | mruby-metaprog | 15.2.2.4.18 | |
| Module | instance | class_variables | mruby-metaprog | 15.2.2.4.19 | |
| Module | instance | constants | mruby-metaprog | 15.2.2.4.24 | |
| Module | instance | included_modules | mruby-metaprog | 15.2.2.4.30 | |
| Module | instance | instance_methods | mruby-metaprog | 15.2.2.4.33 | |
| Module | instance | method_removed | mruby-metaprog | ||
| Module | instance | remove_class_variable | mruby-metaprog | 15.2.2.4.39 | |
| Module | instance | remove_method | mruby-metaprog | 15.2.2.4.41 | |
| Kernel | instance | method | mruby-method | ||
| Kernel | instance | singleton_method | mruby-method | ||
| Methods | instance | [] | mruby-method | ||
| Methods | instance | == | mruby-method | ||
| Methods | instance | arity | mruby-method | ||
| Methods | instance | call | mruby-method | ||
| Methods | instance | eql? | mruby-method | ||
| Methods | instance | inspect | mruby-method | ||
| Methods | instance | name | mruby-method | ||
| Methods | instance | owner | mruby-method | ||
| Methods | instance | parameters | mruby-method | ||
| Methods | instance | receiver | mruby-method | ||
| Methods | instance | source_location | mruby-method | ||
| Methods | instance | super_method | mruby-method | ||
| Methods | instance | to_s | mruby-method | ||
| Methods | instance | unbind | mruby-method | ||
| Module | instance | << | mruby-method | ||
| Module | instance | >> | mruby-method | ||
| Module | instance | instance_method | mruby-method | ||
| Module | instance | to_proc | mruby-method | ||
| UnboundMethod | instance | == | mruby-method | ||
| UnboundMethod | instance | arity | mruby-method | ||
| UnboundMethod | instance | bind | mruby-method | ||
| UnboundMethod | instance | bind_call | mruby-method | ||
| UnboundMethod | instance | eql? | mruby-method | ||
| UnboundMethod | instance | inspect | mruby-method | ||
| UnboundMethod | instance | name | mruby-method | ||
| UnboundMethod | instance | owner | mruby-method | ||
| UnboundMethod | instance | parameters | mruby-method | ||
| UnboundMethod | instance | source_location | mruby-method | ||
| UnboundMethod | instance | super_method | mruby-method | ||
| UnboundMethod | instance | to_s | mruby-method | ||
| Integral | instance | allbits? | mruby-numeric-ext | ||
| Integral | instance | anybits? | mruby-numeric-ext | ||
| Integral | instance | nobits? | mruby-numeric-ext | ||
| Numeric | instance | negative? | mruby-numeric-ext | ||
| Numeric | instance | nonzero? | mruby-numeric-ext | ||
| Numeric | instance | positive? | mruby-numeric-ext | ||
| Numeric | instance | zero? | mruby-numeric-ext | ||
| BasicObject | instance | instance_exec | mruby-object-ext | ||
| Kernel | instance | itself | mruby-object-ext | ||
| Kernel | instance | tap | mruby-object-ext | ||
| Kernel | instance | then | mruby-object-ext | ||
| Kernel | instance | yield_self | mruby-object-ext | ||
| NilClass | instance | to_a | mruby-object-ext | ||
| NilClass | instance | to_f | mruby-object-ext | MRB_WITHOUT_FLOAT 有効時のみ | |
| NilClass | instance | to_h | mruby-object-ext | ||
| NilClass | instance | to_i | mruby-object-ext | ||
| ObjectSpace | class | count_objects | mruby-objectspace | ||
| ObjectSpace | class | each_object | mruby-objectspace | ||
| Array | instance | pack | mruby-pack | ||
| String | instance | unpack | mruby-pack | ||
| String | instance | unpack1 | mruby-pack | ||
| Kernel | instance | printstr | mruby-print | ||
| Kernel | instnce | p | mruby-print | 15.3.1.2.34 | |
| Kernel | instnce | mruby-print | 15.3.1.2.10 | ||
| Kernel | instnce | printf | mruby-print | ||
| Kernel | instnce | puts | mruby-print | 15.3.1.2.11 | |
| Kernel | class | proc | mruby-proc-ext | ||
| Kernel | instance | proc | mruby-proc-ext | ||
| Proc | instance | << | mruby-proc-ext | ||
| Proc | instance | === | mruby-proc-ext | ||
| Proc | instance | >> | mruby-proc-ext | ||
| Proc | instance | curry | mruby-proc-ext | ||
| Proc | instance | inspect | mruby-proc-ext | ||
| Proc | instance | lambda? | mruby-proc-ext | ||
| Proc | instance | parameters | mruby-proc-ext | ||
| Proc | instance | source_location | mruby-proc-ext | ||
| Proc | instance | to_proc | mruby-proc-ext | ||
| Proc | instance | to_s | mruby-proc-ext | ||
| Proc | instance | yield | mruby-proc-ext | ||
| Array | instance | sample | mruby-random | ||
| Array | instance | shuffle | mruby-random | ||
| Array | instance | shuffle! | mruby-random | ||
| Kernel | instance | rand | mruby-random | ||
| Kernel | instance | srand | mruby-random | ||
| Random | class | rand | mruby-random | ||
| Random | class | srand | mruby-random | ||
| Random | instance | initialize | mruby-random | ||
| Random | instance | rand | mruby-random | ||
| Random | instance | srand | mruby-random | ||
| Range | instance | cover? | mruby-range-ext | ||
| Range | instance | first | mruby-range-ext | ||
| Range | instance | last | mruby-range-ext | ||
| Range | instance | max | mruby-range-ext | ||
| Range | instance | min | mruby-range-ext | ||
| Range | instance | size | mruby-range-ext | ||
| Fixnum | instance | to_r | mruby-rational | ||
| Kernel | instance | - | mruby-rational | ||
| Kernel | instance | * | mruby-rational | ||
| Kernel | instance | / | mruby-rational | ||
| Kernel | instance | + | mruby-rational | ||
| Kernel | instance | < | mruby-rational | ||
| Kernel | instance | <= | mruby-rational | ||
| Kernel | instance | <=> | mruby-rational | ||
| Kernel | instance | == | mruby-rational | ||
| Kernel | instance | > | mruby-rational | ||
| Kernel | instance | >= | mruby-rational | ||
| Kernel | instance | Rational | mruby-rational | ||
| Numeric | instance | to_r | mruby-rational | ||
| Rational | class | _new | mruby-rational | ||
| Rational | instance | - | mruby-rational | ||
| Rational | instance | * | mruby-rational | ||
| Rational | instance | / | mruby-rational | ||
| Rational | instance | + | mruby-rational | ||
| Rational | instance | <=> | mruby-rational | ||
| Rational | instance | == | mruby-rational | ||
| Rational | instance | denominator | mruby-rational | ||
| Rational | instance | inspect | mruby-rational | ||
| Rational | instance | negative? | mruby-rational | ||
| Rational | instance | numerator | mruby-rational | ||
| Rational | instance | to_f | mruby-rational | MRB_WITHOUT_FLOAT 有効時のみ | |
| Rational | instance | to_i | mruby-rational | ||
| Rational | instance | to_r | mruby-rational | ||
| Rational | instance | to_s | mruby-rational | ||
| Kernel | instance | sleep | mruby-sleep | ||
| Kernel | instance | usleep | mruby-sleep | ||
| Addrinfo | class | foreach | mruby-socket | ||
| Addrinfo | class | getaddrinfo | mruby-socket | ||
| Addrinfo | class | ip | mruby-socket | ||
| Addrinfo | class | tcp | mruby-socket | ||
| Addrinfo | class | udp | mruby-socket | ||
| Addrinfo | class | unix | mruby-socket | ||
| Addrinfo | instance | _to_array | mruby-socket | ||
| Addrinfo | instance | afamily | mruby-socket | ||
| Addrinfo | instance | getnameinfo | mruby-socket | ||
| Addrinfo | instance | initialize | mruby-socket | ||
| Addrinfo | instance | inspect | mruby-socket | ||
| Addrinfo | instance | inspect_sockaddr | mruby-socket | ||
| Addrinfo | instance | ip_address | mruby-socket | ||
| Addrinfo | instance | ip_port | mruby-socket | ||
| Addrinfo | instance | ip_unpack | mruby-socket | ||
| Addrinfo | instance | ip? | mruby-socket | ||
| Addrinfo | instance | ipv4? | mruby-socket | ||
| Addrinfo | instance | ipv6? | mruby-socket | ||
| Addrinfo | instance | pfamily | mruby-socket | ||
| Addrinfo | instance | to_s | mruby-socket | ||
| Addrinfo | instance | to_sockaddr | mruby-socket | ||
| Addrinfo | instance | unix_path | mruby-socket | Windows以外 | |
| Addrinfo | instance | unix? | mruby-socket | ||
| BasicSocket | class | do_not_reverse_loopup | mruby-socket | ||
| BasicSocket | class | do_not_reverse_loopup= | mruby-socket | ||
| BasicSocket | class | for_fd | mruby-socket | ||
| BasicSocket | instance | _is_socket= | mruby-socket | ||
| BasicSocket | instance | _recvfrom | mruby-socket | ||
| BasicSocket | instance | _setnonblock | mruby-socket | ||
| BasicSocket | instance | close | mruby-socket | Windowsのみオーバーライド | |
| BasicSocket | instance | getpeerid | mruby-socket | ||
| BasicSocket | instance | getpeername | mruby-socket | ||
| BasicSocket | instance | getsockname | mruby-socket | ||
| BasicSocket | instance | getsockopt | mruby-socket | ||
| BasicSocket | instance | initialize | mruby-socket | ||
| BasicSocket | instance | local_address | mruby-socket | ||
| BasicSocket | instance | recv | mruby-socket | ||
| BasicSocket | instance | recv_nonblock | mruby-socket | ||
| BasicSocket | instance | remote_address | mruby-socket | ||
| BasicSocket | instance | send | mruby-socket | ||
| BasicSocket | instance | setsockopt | mruby-socket | ||
| BasicSocket | instance | shutdown | mruby-socket | ||
| BasicSocket | instance | sysread | mruby-socket | Windowsのみオーバーライド | |
| BasicSocket | instance | sysseek | mruby-socket | Windowsのみオーバーライド | |
| BasicSocket | instance | syswrite | mruby-socket | Windowsのみオーバーライド | |
| IPSocket | class | getaddress | mruby-socket | ||
| IPSocket | class | ntop | mruby-socket | ||
| IPSocket | class | pton | mruby-socket | ||
| IPSocket | instance | addr | mruby-socket | ||
| IPSocket | instance | peeraddr | mruby-socket | ||
| IPSocket | instance | recvfrom | mruby-socket | ||
| IPSocket | instance | recvfrom | mruby-socket | ||
| Socket | class | _accept | mruby-socket | ||
| Socket | class | _accept2 | mruby-socket | ||
| Socket | class | _bind | mruby-socket | ||
| Socket | class | _connect | mruby-socket | ||
| Socket | class | _listen | mruby-socket | ||
| Socket | class | _sockaddr_family | mruby-socket | ||
| Socket | class | _socket | mruby-socket | ||
| Socket | class | getaddrinfo | mruby-socket | ||
| Socket | class | gethostname | mruby-socket | ||
| Socket | class | open | mruby-socket | ||
| Socket | class | pack_sockaddr_in | mruby-socket | ||
| Socket | class | pack_sockaddr_un | mruby-socket | ||
| Socket | class | pair | mruby-socket | ||
| Socket | class | sockaddr_in | mruby-socket | ||
| Socket | class | sockaddr_un | mruby-socket | ||
| Socket | class | socketpair | mruby-socket | ||
| Socket | class | unpack_sockaddr_in | mruby-socket | ||
| Socket | class | unpack_sockaddr_un | mruby-socket | ||
| Socket | instance | accept | mruby-socket | ||
| Socket | instance | accept_nonblock | mruby-socket | ||
| Socket | instance | bind | mruby-socket | ||
| Socket | instance | connect | mruby-socket | ||
| Socket | instance | connect_nonblock | mruby-socket | ||
| Socket | instance | initialize | mruby-socket | ||
| Socket | instance | listen | mruby-socket | ||
| Socket | instance | recvfrom | mruby-socket | ||
| Socket | instance | recvfrom_nonblock | mruby-socket | ||
| Socket | instance | sysaccept | mruby-socket | ||
| Socket::Option | class | bool | mruby-socket | ||
| Socket::Option | class | int | mruby-socket | ||
| Socket::Option | instance | bool | mruby-socket | ||
| Socket::Option | instance | initialize | mruby-socket | ||
| Socket::Option | instance | inspect | mruby-socket | ||
| Socket::Option | instance | int | mruby-socket | ||
| Socket::Option | instance | linger | mruby-socket | ||
| Socket::Option | instance | unpack | mruby-socket | ||
| TCPServer | instance | accept | mruby-socket | ||
| TCPServer | instance | accept_nonblock | mruby-socket | ||
| TCPServer | instance | initialize | mruby-socket | ||
| TCPServer | instance | listen | mruby-socket | ||
| TCPServer | instance | sysaccept | mruby-socket | ||
| TCPSocket | class | _allocate | mruby-socket | ||
| TCPSocket | class | new_with_prelude | mruby-socket | ||
| TCPSocket | instance | initialize | mruby-socket | ||
| UDPSocket | instance | _sockaddr_in | mruby-socket | ||
| UDPSocket | instance | bind | mruby-socket | ||
| UDPSocket | instance | connect | mruby-socket | ||
| UDPSocket | instance | initialize | mruby-socket | ||
| UDPSocket | instance | recvfrom_nonblock | mruby-socket | ||
| UDPSocket | instance | send | mruby-socket | ||
| UnixServer | instance | accept | mruby-socket | ||
| UnixServer | instance | accept_nonblock | mruby-socket | ||
| UnixServer | instance | initialize | mruby-socket | ||
| UnixServer | instance | listen | mruby-socket | ||
| UnixServer | instance | sysaccept | mruby-socket | ||
| UnixSocket | class | socketpair | mruby-socket | ||
| UnixSocket | clsss | pair | mruby-socket | ||
| UnixSocket | instance | addr | mruby-socket | ||
| UnixSocket | instance | initialize | mruby-socket | ||
| UnixSocket | instance | path | mruby-socket | ||
| UnixSocket | instance | peeraddr | mruby-socket | ||
| UnixSocket | instance | recvfrom | mruby-socket | ||
| Kernel | instance | format | mruby-sprintf | ||
| Kernel | instance | sprintf | mruby-sprintf | ||
| String | instance | % | mruby-sprintf | ||
| Integral | instance | chr | mruby-string-ext | ||
| String | instance | __lines | mruby-string-ext | ||
| String | instance | << | mruby-string-ext | ||
| String | instance | casecmp | mruby-string-ext | ||
| String | instance | casecmp? | mruby-string-ext | ||
| String | instance | chars | mruby-string-ext | ||
| String | instance | chr | mruby-string-ext | ||
| String | instance | clear | mruby-string-ext | ||
| String | instance | codepints | mruby-string-ext | ||
| String | instance | concat | mruby-string-ext | ||
| String | instance | count | mruby-string-ext | ||
| String | instance | delete | mruby-string-ext | ||
| String | instance | delete_prefix | mruby-string-ext | ||
| String | instance | delete_prefix! | mruby-string-ext | ||
| String | instance | delete_suffix | mruby-string-ext | ||
| String | instance | delete_suffix! | mruby-string-ext | ||
| String | instance | delete! | mruby-string-ext | ||
| String | instance | dump | mruby-string-ext | ||
| String | instance | each_char | mruby-string-ext | ||
| String | instance | each_codepoint | mruby-string-ext | ||
| String | instance | end_with? | mruby-string-ext | ||
| String | instance | hex | mruby-string-ext | ||
| String | instance | insert | mruby-string-ext | ||
| String | instance | lines | mruby-string-ext | ||
| String | instance | ljust | mruby-string-ext | ||
| String | instance | lstrip | mruby-string-ext | ||
| String | instance | lstrip! | mruby-string-ext | ||
| String | instance | next | mruby-string-ext | ||
| String | instance | next! | mruby-string-ext | ||
| String | instance | oct | mruby-string-ext | ||
| String | instance | ord | mruby-string-ext | ||
| String | instance | prepend | mruby-string-ext | ||
| String | instance | rjust | mruby-string-ext | ||
| String | instance | rstrip | mruby-string-ext | ||
| String | instance | rstrip! | mruby-string-ext | ||
| String | instance | slice! | mruby-string-ext | ||
| String | instance | squeeze | mruby-string-ext | ||
| String | instance | squeeze! | mruby-string-ext | ||
| String | instance | start_with? | mruby-string-ext | ||
| String | instance | strip | mruby-string-ext | ||
| String | instance | strip! | mruby-string-ext | ||
| String | instance | succ | mruby-string-ext | ||
| String | instance | succ! | mruby-string-ext | ||
| String | instance | swapcase | mruby-string-ext | ||
| String | instance | swapcase! | mruby-string-ext | ||
| String | instance | tr | mruby-string-ext | ||
| String | instance | tr_s | mruby-string-ext | ||
| String | instance | tr_s! | mruby-string-ext | ||
| String | instance | tr! | mruby-string-ext | ||
| String | instance | upto | mruby-string-ext | ||
| Struct | class | new | mruby-struct | 15.2.18.3.1 | |
| Struct | instance | _inspect | mruby-struct | 内部処理用 | |
| Struct | instance | [] | mruby-struct | 15.2.18.4.2 | |
| Struct | instance | []= | mruby-struct | 15.2.18.4.3 | |
| Struct | instance | == | mruby-struct | 15.2.18.4.1 | |
| Struct | instance | dig | mruby-struct | ||
| Struct | instance | each | mruby-struct | ||
| Struct | instance | each_pair | mruby-struct | ||
| Struct | instance | eql? | mruby-struct | 15.2.18.4.12 | |
| Struct | instance | initialize | mruby-struct | 15.2.18.4.8 | |
| Struct | instance | initialize_copy | mruby-struct | 15.2.18.4.9 | |
| Struct | instance | inspect | mruby-struct | ||
| Struct | instance | length | mruby-struct | ||
| Struct | instance | members | mruby-struct | 15.2.18.4.6 | |
| Struct | instance | select | mruby-struct | ||
| Struct | instance | size | mruby-struct | ||
| Struct | instance | to_a | mruby-struct | ||
| Struct | instance | to_h | mruby-struct | ||
| Struct | instance | to_s | mruby-struct | ||
| Struct | instance | values | mruby-struct | ||
| Struct | instance | values_at | mruby-struct | ||
| Symbol | class | all_symbols | mruby-symbol-ext | MRB_ENABLE_ALL_SYMBOLS有効時のみ | |
| Symbol | instance | capitalize | mruby-symbol-ext | ||
| Symbol | instance | casecmd? | mruby-symbol-ext | ||
| Symbol | instance | casecmp | mruby-symbol-ext | ||
| Symbol | instance | downcase | mruby-symbol-ext | ||
| Symbol | instance | empty? | mruby-symbol-ext | ||
| Symbol | instance | intern | mruby-symbol-ext | ||
| Symbol | instance | length | mruby-symbol-ext | ||
| Symbol | instance | size | mruby-symbol-ext | ||
| Symbol | instance | upcase | mruby-symbol-ext | ||
| Time | class | at | mruby-time | 15.2.19.6.1 | |
| Time | class | gm | mruby-time | 15.2.19.6.2 | |
| Time | class | local | mruby-time | 15.2.19.6.3 | |
| Time | class | mktime | mruby-time | 15.2.19.6.4 | |
| Time | class | now | mruby-time | 15.2.19.6.5 | |
| Time | class | utc | mruby-time | 15.2.19.6.6 | |
| Time | instance | - | mruby-time | 15.2.19.7.3 | |
| Time | instance | + | mruby-time | 15.2.19.7.2 | |
| Time | instance | <=> | mruby-time | 15.2.19.7.1 | |
| Time | instance | == | mruby-time | ||
| Time | instance | asctime | mruby-time | 15.2.19.7.4 | |
| Time | instance | ctime | mruby-time | 15.2.19.7.5 | |
| Time | instance | day | mruby-time | 15.2.19.7.6 | |
| Time | instance | dst? | mruby-time | 15.2.19.7.7 | |
| Time | instance | friday? | mruby-time | ||
| Time | instance | getgm | mruby-time | 15.2.19.7.8 | |
| Time | instance | getlocal | mruby-time | 15.2.19.7.9 | |
| Time | instance | gettime | mruby-time | 15.2.19.7.13 | |
| Time | instance | getutc | mruby-time | 15.2.19.7.10 | |
| Time | instance | gmt? | mruby-time | 15.2.19.7.11 | |
| Time | instance | hour | mruby-time | 15.2.19.7.15 | |
| Time | instance | initialize | mruby-time | 15.2.19.7.16 | |
| Time | instance | initialize_copy | mruby-time | 15.2.19.7.17 | |
| Time | instance | inspect | mruby-time | ||
| Time | instance | localtime | mruby-time | 15.2.19.7.18 | |
| Time | instance | mday | mruby-time | 15.2.19.7.19 | |
| Time | instance | min | mruby-time | 15.2.19.7.20 | |
| Time | instance | mon | mruby-time | 15.2.19.7.21 | |
| Time | instance | monday? | mruby-time | ||
| Time | instance | month | mruby-time | 15.2.19.7.22 | |
| Time | instance | saturday? | mruby-time | ||
| Time | instance | sec | mruby-time | 15.2.19.7.23 | |
| Time | instance | sunday? | mruby-time | ||
| Time | instance | thursday? | mruby-time | ||
| Time | instance | to_f | mruby-time | 15.2.19.7.24 | MRB_WITHOUT_FLOAT無効時のみ |
| Time | instance | to_i | mruby-time | 15.2.19.7.25 | |
| Time | instance | to_s | mruby-time | ||
| Time | instance | tuesday? | mruby-time | ||
| Time | instance | usec | mruby-time | 15.2.19.7.26 | |
| Time | instance | utc | mruby-time | 15.2.19.7.27 | |
| Time | instance | utc? | mruby-time | 15.2.19.7.28 | |
| Time | instance | wday | mruby-time | 15.2.19.7.30 | |
| Time | instance | wednesday | mruby-time | ||
| Time | instance | yday | mruby-time | 15.2.19.7.31 | |
| Time | instance | year | mruby-time | 15.2.19.7.32 | |
| Time | instance | zone | mruby-time | 15.2.19.7.33 | |
| self | singleton | include | mruby-toplevel-ext | ||
| self | singleton | private | mruby-toplevel-ext | ||
| self | singleton | protected | mruby-toplevel-ext | ||
| self | singleton | public | mruby-toplevel-ext |