- MD5#update(str) -- MD5
- MD5.md5([str]) -- MD5
- MD5.new([str]) -- MD5
- Mail#[](field) -- Mail
- Mail#body -- Mail
- Mail#header -- Mail
- Mail.new(f) -- Mail
- Marshal.dump(obj[,port][,limit]) -- Marshal
- Marshal.load(port[,proc]) -- Marshal
- Marshal.restore(port[,proc]) -- Marshal
- Marshal::MAJOR_VERSION -- Marshal
- Marshal::MINOR_VERSION -- Marshal
- MatchData#[](n) -- MatchData
- MatchData#[](start, length) -- MatchData
- MatchData#[](start..end) -- MatchData
- MatchData#begin(n) -- MatchData
- MatchData#end(n) -- MatchData
- MatchData#length -- MatchData
- MatchData#offset(n) -- MatchData
- MatchData#post_match -- MatchData
- MatchData#pre_match -- MatchData
- MatchData#select(index1, index2, ...) -- MatchData
- MatchData#size -- MatchData
- MatchData#string -- MatchData
- MatchData#to_a -- MatchData
- MatchData#to_ary -- MatchData
- MatchData#to_s -- MatchData
- Math.acos(x) -- Math
- Math.acosh(x) -- Math
- Math.asin(x) -- Math
- Math.asinh(x) -- Math
- Math.atan(x) -- Math
- Math.atan2(y, x) -- Math
- Math.atanh(x) -- Math
- Math.cos(x) -- Math
- Math.cosh(x) -- Math
- Math.exp(x) -- Math
- Math.frexp(x) -- Math
- Math.hypot(x, y) -- Math
- Math.ldexp(x,exp) -- Math
- Math.log(x) -- Math
- Math.log10(x) -- Math
- Math.rsqrt(a) -- mathn.rb
- Math.sin(x) -- Math
- Math.sinh(x) -- Math
- Math.sqrt(a) -- mathn.rb
- Math.sqrt(x) -- Math
- Math.tan(x) -- Math
- Math.tanh(x) -- Math
- Math::E -- Math
- Math::PI -- Math
- Matrix#* -- Matrix
- Matrix#** -- Matrix
- Matrix#** -- Matrix
- 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
- Method#[](arg, ...) -- Method
- Method#arity -- Method