- Matrix#+ -- Matrix
- Matrix#- -- Matrix
- Matrix#/ -- Matrix
- Matrix#[](i, j) -- Matrix
- Matrix#[]=(i,j,x) -- Matrix
- Matrix#collect{|x| ... } -- Matrix
- Matrix#column(j) -- Matrix
- Matrix#column_size -- Matrix
- Matrix#column_vectors -- Matrix
- Matrix#det -- Matrix
- Matrix#determinant -- Matrix
- Matrix#inv -- Matrix
- Matrix#inverse -- Matrix
- Matrix#map{|x| ... } -- Matrix
- Matrix#minor(from_row,row_size,from_col,col_size) -- Matrix
- Matrix#minor(from_row..to_row,from_col..to_col) -- Matrix
- Matrix#power(m) -- Matrix
- Matrix#power(n) -- Matrix
- Matrix#rank -- Matrix
- Matrix#regular? -- Matrix
- Matrix#row(i) -- Matrix
- Matrix#row_size -- Matrix
- Matrix#row_vectors -- Matrix
- Matrix#singular? -- Matrix
- Matrix#square? -- Matrix
- Matrix#t -- Matrix
- Matrix#to_a -- Matrix
- Matrix#to_f -- Matrix
- Matrix#to_i -- Matrix
- Matrix#to_r -- Matrix
- Matrix#tr -- Matrix
- Matrix#trace -- Matrix
- Matrix#transpose -- Matrix
- Matrix.I(n) -- Matrix
- Matrix.[](rows) -- Matrix
- Matrix.column_vector(column) -- Matrix
- Matrix.columns(columns) -- Matrix
- Matrix.diagonal(values) -- Matrix
- Matrix.identity(n) -- Matrix
- Matrix.row_vector(row) -- Matrix
- Matrix.rows(rows, copy = true) -- Matrix
- Matrix.scalar(n, value) -- Matrix
- Matrix.unit(n) -- Matrix
- Matrix.zero(n) -- Matrix
- Meta.init(obj, src=nil) -- open-uri.rb
- Method
- Method -- Method
- Method -- ruby-src:ext/win32ole/doc/win32ole.rd
- Method (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Method (Ruby用語集) -- Ruby用語集
- Method#[](arg, ...) -- Method
- Method#arity -- Method
- Method#call(arg ... ) -- Method
- Method#call(arg ... ) { ... } -- Method
- Method#inspect -- Method
- Method#to_proc -- Method
- Method#unbind -- Method
- Methods -- e2mmap.rb
- Methods -- net/imap.rb
- Methods -- dRuby
- Methods -- ruby-src:doc/forwardable.rd
- Methods -- ruby-src:ext/win32ole/doc/win32ole.rd
- Methods: -- ThreadsWait
- Methods: -- dRuby
- Methods: -- ruby-src:ext/zlib/doc/zlib.rd
- MinGW
- Miscellaneous -- optparse.rb
- Mix-in (Ruby用語集) -- Ruby用語集
- Module
- Module -- Module
- Module (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Module ERB::DefMethod -- ERB
- Module ERB::Util -- ERB
- Module Function (Ruby用語集) -- Ruby用語集
- Module Functions: -- ruby-src:ext/zlib/doc/zlib.rd
- Module#< [change] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Module#< [change] (ruby 1.8 feature) -- ruby 1.8 feature
- Module#<(other) -- Module
- Module#<= [change] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Module#<= [change] (ruby 1.8 feature) -- ruby 1.8 feature
- Module#<=(other) -- Module
- Module#<=>(other) -- Module
- Module#===(obj) -- Module
- Module#> [change] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Module#> [change] (ruby 1.8 feature) -- ruby 1.8 feature
- Module#>(other) -- Module
- Module#>=(other) -- Module
- Module#alias_method(new, old) -- Module
- Module#ancestors -- Module
- Module#append_features(module_or_class) -- Module
- Module#attr(name[, assignable]) -- Module
- Module#attr_accessor(name, ... ) -- Module
- Module#attr_reader(name, ... ) -- Module
- Module#attr_writer(name, ... ) -- Module
- Module#autoload(const_name, feature) -- Module
- Module#autoload?(const_name) -- Module
- Module#class_eval(src[,fname[,lineno]]) -- Module
- Module#class_eval{ ... } -- Module
- Module#class_variables -- Module
- Module#clone [bug] (ruby 1.8 feature) -- ruby 1.8 feature