- assert_equal_float(expected, actual, e[, message]) -- RUNIT::Assert
- assert_equals(expected, actual[, message]) -- RUNIT::Assert
- assert_exception(exception[, message]) { ... } -- RUNIT::Assert
- assert_fail(message) -- RUNIT::Assert
- assert_instance_of(c, obj[, message]) -- RUNIT::Assert
- assert_kind_of(c, obj[, message]) -- RUNIT::Assert
- assert_match(str, re[, message]) -- RUNIT::Assert
- assert_matches(str, re[, message]) -- RUNIT::Assert
- assert_nil(obj[, message]) -- RUNIT::Assert
- assert_no_exception(exceptions, ...[, message]) { ... } -- RUNIT::Assert
- assert_not_match(str, re[, message]) -- RUNIT::Assert
- assert_not_nil(obj[, message]) -- RUNIT::Assert
- assert_operator(obj1, op, obj2[, message]) -- RUNIT::Assert
- assert_respond_to(method, obj[, message]) -- RUNIT::Assert
- assert_same(expected, actual[, message]) -- RUNIT::Assert
- assert_send(obj, method, *args) -- RUNIT::Assert
- at_exit{ .... } -- 組み込み関数
- atime() -- pathname.rb
- autoload(const_name, feature) -- 組み込み関数
- autoload?(const_name) -- 組み込み関数
- b64encode(bin, len = 60) -- base64.rb
- base_uri -- open-uri.rb
- basename(*args) -- pathname.rb
- binding -- 組み込み関数
- block_given? -- 組み込み関数
- blockdev?() -- pathname.rb
- callcc{|cont| .... } -- 組み込み関数
- caller([level]) -- 組み込み関数
- catch(tag) {|tag| .... } -- 組み込み関数
- chardev?() -- pathname.rb
- charset -- open-uri.rb
- children -- pathname.rb
- chmod(mode) -- pathname.rb
- chomp!([rs]) -- 組み込み関数
- chomp([rs]) -- 組み込み関数
- chop -- 組み込み関数
- chop! -- 組み込み関数
- chown(owner, group) -- pathname.rb
- civil([year[, mon[, mday[, hour[, min[, sec[, offset[, start]]]]]]]]) -- DateTime
- cleanpath(consider_symlink = false) -- pathname.rb
- cleanpath_aggressive -- pathname.rb
- cleanpath_conservative -- pathname.rb
- clone -- Digest::Base
- clone -- Digest::MD5
- clone -- Digest::RMD160
- clone -- Digest::SHA1
- clone -- Digest::SHA256
- clone -- Digest::SHA384
- clone -- Digest::SHA512
- commercial([cwyear[, cweek[, cwday[, hour[, min[, sec[, offset[, start]]]]]]]]) -- DateTime
- content_encoding -- open-uri.rb
- content_type -- open-uri.rb
- content_type_parse -- open-uri.rb
- ctime() -- pathname.rb
- decode64(str) -- base64.rb
- decode_b(str) -- base64.rb
- delete -- pathname.rb
- directory?() -- pathname.rb
- dirname() -- pathname.rb
- dup -- Digest::Base
- dup -- Digest::MD5
- dup -- Digest::RMD160
- dup -- Digest::SHA1
- dup -- Digest::SHA256
- dup -- Digest::SHA384
- dup -- Digest::SHA512
- each_entries(&block) -- pathname.rb
- each_filename{|v| ... ] -- pathname.rb
- each_line(*args, &block) -- pathname.rb
- encode64(str) -- base64.rb
- entries() -- pathname.rb
- eql?(other) -- pathname.rb
- eval(expr[, binding[, fname[, lineno=1]]]) -- 組み込み関数
- exec(command) -- 組み込み関数
- exec(program[, arg1[, arg2[, ...]]]) -- 組み込み関数
- executable?() -- pathname.rb
- executable_real?() -- pathname.rb
- exist?() -- pathname.rb
- exit!([status]) -- 組み込み関数
- exit([status]) -- 組み込み関数
- expand_path(*args) -- pathname.rb
- extname() -- pathname.rb
- fail(error_type, message [, backtrace]) -- 組み込み関数
- file?() -- pathname.rb
- find(&block) -- pathname.rb
- fnmatch(pattern, *args) -- pathname.rb
- fnmatch?(pattern, *args) -- pathname.rb
- fork -- 組み込み関数
- fork{ ... } -- 組み込み関数
- format(format ... ) -- 組み込み関数
- ftype() -- pathname.rb
- getopts(single_opts, *long_opts) -- getopts.rb
- gets([rs]) -- 組み込み関数
- global_variables -- 組み込み関数
- grpowned?() -- pathname.rb
- gsub!(pattern) {|matched| ... } -- 組み込み関数
- gsub!(pattern[, replace]) -- 組み込み関数
- gsub(pattern) {|matched| ... } -- 組み込み関数
- gsub(pattern[, replace]) -- 組み込み関数
- hash -- pathname.rb