Updated RubySpec source to b897f30c.
commit08e3566d474cc953c50059025cb8c07bfb24d5d1
authorBrian Ford <bford@engineyard.com>
Thu, 17 Jul 2008 02:16:22 +0000 (16 19:16 -0700)
committerBrian Ford <bford@engineyard.com>
Thu, 17 Jul 2008 02:54:07 +0000 (16 19:54 -0700)
treea81f7673845cc8d3dfd96ccb494276bc73db7170
parent946d56e811ad892692bbce20b16de4b52d78f959
Updated RubySpec source to b897f30c.
415 files changed:
spec/frozen/1.8/core/argf/close_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/closed_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/each_byte_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/each_line_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/each_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/eof_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/file_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/filename_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/fileno_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/fixtures/classes.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/fixtures/file1.txt [new file with mode: 0644]
spec/frozen/1.8/core/argf/fixtures/file2.txt [new file with mode: 0644]
spec/frozen/1.8/core/argf/fixtures/stdin.txt [new file with mode: 0644]
spec/frozen/1.8/core/argf/getc_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/gets_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/lineno_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/path_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/pos_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/read_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/readchar_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/readline_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/readlines_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/rewind_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/seek_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/shared/each_line.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/shared/eof.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/shared/filename.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/shared/fileno.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/shared/pos.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/shared/readlines.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/skip_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/tell_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/to_a_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/to_i_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/argf/to_io_spec.rb [new file with mode: 0644]
spec/frozen/1.8/core/array/shared/clone.rb
spec/frozen/1.8/core/array/shared/collect.rb
spec/frozen/1.8/core/array/shared/equal.rb
spec/frozen/1.8/core/array/shared/indexes.rb
spec/frozen/1.8/core/array/shared/length.rb
spec/frozen/1.8/core/array/shared/replace.rb
spec/frozen/1.8/core/array/shared/slice.rb
spec/frozen/1.8/core/bignum/shared/divide.rb
spec/frozen/1.8/core/bignum/shared/modulo.rb
spec/frozen/1.8/core/binding/shared/clone.rb
spec/frozen/1.8/core/dir/element_reference_spec.rb
spec/frozen/1.8/core/dir/glob_spec.rb
spec/frozen/1.8/core/dir/seek_spec.rb
spec/frozen/1.8/core/dir/shared/closed.rb
spec/frozen/1.8/core/dir/shared/delete.rb
spec/frozen/1.8/core/dir/shared/glob.rb
spec/frozen/1.8/core/dir/shared/open.rb
spec/frozen/1.8/core/dir/shared/pos.rb
spec/frozen/1.8/core/dir/shared/pwd.rb
spec/frozen/1.8/core/enumerable/all_spec.rb
spec/frozen/1.8/core/enumerable/any_spec.rb
spec/frozen/1.8/core/enumerable/each_with_index_spec.rb
spec/frozen/1.8/core/enumerable/shared/collect.rb
spec/frozen/1.8/core/enumerable/shared/entries.rb
spec/frozen/1.8/core/enumerable/shared/find.rb
spec/frozen/1.8/core/enumerable/shared/find_all.rb
spec/frozen/1.8/core/enumerable/shared/include.rb
spec/frozen/1.8/core/env/shared/each.rb
spec/frozen/1.8/core/env/shared/include.rb
spec/frozen/1.8/core/env/shared/length.rb
spec/frozen/1.8/core/env/shared/store.rb
spec/frozen/1.8/core/env/shared/value.rb
spec/frozen/1.8/core/exception/shared/new.rb
spec/frozen/1.8/core/file/shared/fnmatch.rb
spec/frozen/1.8/core/file/shared/stat.rb
spec/frozen/1.8/core/file/shared/unlink.rb
spec/frozen/1.8/core/file/stat/blockdev_spec.rb
spec/frozen/1.8/core/file/stat/chardev_spec.rb
spec/frozen/1.8/core/file/stat/comparison_spec.rb
spec/frozen/1.8/core/file/stat/directory_spec.rb
spec/frozen/1.8/core/file/stat/executable_real_spec.rb
spec/frozen/1.8/core/file/stat/executable_spec.rb
spec/frozen/1.8/core/file/stat/file_spec.rb
spec/frozen/1.8/core/file/stat/grpowned_spec.rb
spec/frozen/1.8/core/file/stat/owned_spec.rb
spec/frozen/1.8/core/file/stat/pipe_spec.rb
spec/frozen/1.8/core/file/stat/readable_real_spec.rb
spec/frozen/1.8/core/file/stat/readable_spec.rb
spec/frozen/1.8/core/file/stat/setgid_spec.rb
spec/frozen/1.8/core/file/stat/setuid_spec.rb
spec/frozen/1.8/core/file/stat/size_spec.rb
spec/frozen/1.8/core/file/stat/socket_spec.rb
spec/frozen/1.8/core/file/stat/sticky_spec.rb
spec/frozen/1.8/core/file/stat/symlink_spec.rb
spec/frozen/1.8/core/file/stat/writable_real_spec.rb
spec/frozen/1.8/core/file/stat/writable_spec.rb
spec/frozen/1.8/core/file/stat/zero_spec.rb
spec/frozen/1.8/core/fixnum/shared/modulo.rb
spec/frozen/1.8/core/float/shared/modulo.rb
spec/frozen/1.8/core/float/shared/to_i.rb
spec/frozen/1.8/core/hash/shared/iteration.rb
spec/frozen/1.8/core/hash/shared/key.rb
spec/frozen/1.8/core/hash/shared/length.rb
spec/frozen/1.8/core/hash/shared/replace.rb
spec/frozen/1.8/core/hash/shared/store.rb
spec/frozen/1.8/core/hash/shared/update.rb
spec/frozen/1.8/core/hash/shared/value.rb
spec/frozen/1.8/core/hash/values_at_spec.rb
spec/frozen/1.8/core/integer/shared/next.rb
spec/frozen/1.8/core/integer/shared/to_i.rb
spec/frozen/1.8/core/io/each_line_spec.rb
spec/frozen/1.8/core/io/each_spec.rb
spec/frozen/1.8/core/io/read_spec.rb
spec/frozen/1.8/core/io/shared/each.rb
spec/frozen/1.8/core/io/shared/new_shared.rb
spec/frozen/1.8/core/io/shared/pos.rb
spec/frozen/1.8/core/io/shared/tty_shared.rb
spec/frozen/1.8/core/io/shared/write.rb
spec/frozen/1.8/core/io/syswrite_spec.rb
spec/frozen/1.8/core/io/write_nonblock_spec.rb
spec/frozen/1.8/core/io/write_spec.rb
spec/frozen/1.8/core/kernel/lambda_spec.rb
spec/frozen/1.8/core/kernel/shared/lambda.rb
spec/frozen/1.8/core/kernel/shared/object_id.rb
spec/frozen/1.8/core/matchdata/shared/length.rb
spec/frozen/1.8/core/math/log2_spec.rb [moved from spec/frozen/1.8/core/math/shared/log2.rb with 87% similarity]
spec/frozen/1.8/core/method/shared/call.rb
spec/frozen/1.8/core/method/shared/to_s.rb
spec/frozen/1.8/core/module/autoload_spec.rb
spec/frozen/1.8/core/module/fixtures/autoload_multi.rb [new file with mode: 0644]
spec/frozen/1.8/core/module/shared/class_eval.rb
spec/frozen/1.8/core/module/shared/equal_value.rb
spec/frozen/1.8/core/object/shared/dup_clone.rb
spec/frozen/1.8/core/object/shared/kind_of.rb
spec/frozen/1.8/core/proc/call_spec.rb
spec/frozen/1.8/core/proc/element_reference_spec.rb
spec/frozen/1.8/core/proc/shared/call.rb
spec/frozen/1.8/core/proc/shared/dup.rb
spec/frozen/1.8/core/range/shared/begin.rb
spec/frozen/1.8/core/range/shared/end.rb
spec/frozen/1.8/core/range/shared/equal_value.rb
spec/frozen/1.8/core/range/shared/include.rb
spec/frozen/1.8/core/regexp/compile_spec.rb
spec/frozen/1.8/core/regexp/new_spec.rb
spec/frozen/1.8/core/regexp/shared/equal_value.rb
spec/frozen/1.8/core/regexp/shared/match.rb
spec/frozen/1.8/core/regexp/shared/new.rb
spec/frozen/1.8/core/regexp/shared/quote.rb
spec/frozen/1.8/core/string/append_spec.rb
spec/frozen/1.8/core/string/concat_spec.rb
spec/frozen/1.8/core/string/element_reference_spec.rb
spec/frozen/1.8/core/string/shared/concat.rb
spec/frozen/1.8/core/string/shared/each.rb
spec/frozen/1.8/core/string/shared/equal_value.rb
spec/frozen/1.8/core/string/shared/length.rb
spec/frozen/1.8/core/string/shared/slice.rb
spec/frozen/1.8/core/string/shared/sub.rb [deleted file]
spec/frozen/1.8/core/string/shared/succ.rb
spec/frozen/1.8/core/string/shared/to_a.rb
spec/frozen/1.8/core/string/shared/to_s.rb
spec/frozen/1.8/core/string/shared/to_sym.rb
spec/frozen/1.8/core/string/slice_spec.rb
spec/frozen/1.8/core/string/sub_spec.rb
spec/frozen/1.8/core/struct/shared/equal_value.rb
spec/frozen/1.8/core/symbol/shared/id2name.rb
spec/frozen/1.8/core/thread/shared/exit.rb
spec/frozen/1.8/core/time/shared/asctime.rb
spec/frozen/1.8/core/time/shared/day.rb
spec/frozen/1.8/core/time/shared/getgm.rb
spec/frozen/1.8/core/time/shared/gm.rb
spec/frozen/1.8/core/time/shared/gmt_offset.rb
spec/frozen/1.8/core/time/shared/gmtime.rb
spec/frozen/1.8/core/time/shared/isdst.rb
spec/frozen/1.8/core/time/shared/local.rb
spec/frozen/1.8/core/time/shared/month.rb
spec/frozen/1.8/core/time/shared/time_params.rb
spec/frozen/1.8/core/time/shared/to_i.rb
spec/frozen/1.8/core/unboundmethod/shared/to_s.rb
spec/frozen/1.8/language/block_spec.rb
spec/frozen/1.8/language/defined_spec.rb
spec/frozen/1.8/language/fixtures/block.rb
spec/frozen/1.8/language/predefined_spec.rb
spec/frozen/1.8/language/variables_spec.rb
spec/frozen/1.8/library/bigdecimal/div_spec.rb
spec/frozen/1.8/library/bigdecimal/divide_spec.rb
spec/frozen/1.8/library/bigdecimal/divmod_spec.rb
spec/frozen/1.8/library/bigdecimal/double_fig_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/bigdecimal/induced_from_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/bigdecimal/limit_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/bigdecimal/mode_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/bigdecimal/modulo_spec.rb
spec/frozen/1.8/library/bigdecimal/mult_spec.rb
spec/frozen/1.8/library/bigdecimal/multiply_spec.rb
spec/frozen/1.8/library/bigdecimal/quo_spec.rb
spec/frozen/1.8/library/bigdecimal/shared/eql.rb
spec/frozen/1.8/library/bigdecimal/shared/modulo.rb
spec/frozen/1.8/library/bigdecimal/shared/mult.rb
spec/frozen/1.8/library/bigdecimal/shared/power.rb
spec/frozen/1.8/library/bigdecimal/shared/quo.rb
spec/frozen/1.8/library/bigdecimal/shared/to_int.rb
spec/frozen/1.8/library/cgi/queryextension/shared/has_key.rb
spec/frozen/1.8/library/cgi/queryextension/value/shared/first.rb
spec/frozen/1.8/library/cgi/queryextension/value/shared/to_a.rb
spec/frozen/1.8/library/cgi/queryextension/value/to_a_spec.rb
spec/frozen/1.8/library/cgi/queryextension/value/to_ary_spec.rb
spec/frozen/1.8/library/complex/math/acos_spec.rb
spec/frozen/1.8/library/complex/math/acosh_spec.rb
spec/frozen/1.8/library/complex/math/asin_spec.rb
spec/frozen/1.8/library/complex/math/asinh_spec.rb
spec/frozen/1.8/library/complex/math/atan2_spec.rb
spec/frozen/1.8/library/complex/math/atan_spec.rb
spec/frozen/1.8/library/complex/math/atanh_spec.rb
spec/frozen/1.8/library/complex/math/cos_spec.rb
spec/frozen/1.8/library/complex/math/cosh_spec.rb
spec/frozen/1.8/library/complex/math/exp_spec.rb
spec/frozen/1.8/library/complex/math/log10_spec.rb
spec/frozen/1.8/library/complex/math/log_spec.rb
spec/frozen/1.8/library/complex/math/shared/acos.rb
spec/frozen/1.8/library/complex/math/shared/acosh.rb
spec/frozen/1.8/library/complex/math/shared/asin.rb
spec/frozen/1.8/library/complex/math/shared/asinh.rb
spec/frozen/1.8/library/complex/math/shared/atan.rb
spec/frozen/1.8/library/complex/math/shared/atan2.rb
spec/frozen/1.8/library/complex/math/shared/atanh.rb
spec/frozen/1.8/library/complex/math/shared/cos.rb
spec/frozen/1.8/library/complex/math/shared/cosh.rb
spec/frozen/1.8/library/complex/math/shared/exp.rb
spec/frozen/1.8/library/complex/math/shared/log.rb
spec/frozen/1.8/library/complex/math/shared/log10.rb
spec/frozen/1.8/library/complex/math/shared/sin.rb
spec/frozen/1.8/library/complex/math/shared/sinh.rb
spec/frozen/1.8/library/complex/math/shared/sqrt.rb
spec/frozen/1.8/library/complex/math/shared/tan.rb
spec/frozen/1.8/library/complex/math/shared/tanh.rb
spec/frozen/1.8/library/complex/math/sin_spec.rb
spec/frozen/1.8/library/complex/math/sinh_spec.rb
spec/frozen/1.8/library/complex/math/sqrt_spec.rb
spec/frozen/1.8/library/complex/math/tan_spec.rb
spec/frozen/1.8/library/complex/math/tanh_spec.rb
spec/frozen/1.8/library/complex/numeric/shared/arg.rb
spec/frozen/1.8/library/complex/numeric/shared/conjugate.rb
spec/frozen/1.8/library/complex/numeric/shared/image.rb
spec/frozen/1.8/library/complex/shared/arg.rb
spec/frozen/1.8/library/complex/shared/conjugate.rb
spec/frozen/1.8/library/complex/shared/image.rb
spec/frozen/1.8/library/date/parse_spec.rb
spec/frozen/1.8/library/date/shared/civil.rb
spec/frozen/1.8/library/date/shared/commercial.rb
spec/frozen/1.8/library/date/shared/parse.rb
spec/frozen/1.8/library/date/shared/parse_eu.rb
spec/frozen/1.8/library/date/shared/parse_us.rb
spec/frozen/1.8/library/digest/md5/shared/length.rb
spec/frozen/1.8/library/digest/md5/shared/update.rb
spec/frozen/1.8/library/digest/sha256/shared/length.rb
spec/frozen/1.8/library/digest/sha256/shared/update.rb
spec/frozen/1.8/library/digest/sha384/shared/length.rb
spec/frozen/1.8/library/digest/sha384/shared/update.rb
spec/frozen/1.8/library/digest/sha512/shared/length.rb
spec/frozen/1.8/library/digest/sha512/shared/update.rb
spec/frozen/1.8/library/erb/util/shared/html_escape.rb
spec/frozen/1.8/library/erb/util/shared/url_encode.rb
spec/frozen/1.8/library/getoptlong/shared/each.rb
spec/frozen/1.8/library/getoptlong/shared/get.rb
spec/frozen/1.8/library/iconv/shared/initialize_exceptions.rb
spec/frozen/1.8/library/iconv/shared/new.rb
spec/frozen/1.8/library/logger/application/level_spec.rb
spec/frozen/1.8/library/logger/application/log_spec.rb
spec/frozen/1.8/library/logger/application/new_spec.rb
spec/frozen/1.8/library/logger/application/set_log_spec.rb
spec/frozen/1.8/library/logger/application/start_spec.rb
spec/frozen/1.8/library/logger/device/close_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/device/new_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/device/write_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/fixtures/common.rb
spec/frozen/1.8/library/logger/logger/add_spec.rb
spec/frozen/1.8/library/logger/logger/close_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/logger/datetime_format_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/logger/debug_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/logger/error_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/logger/fatal_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/logger/info_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/logger/new_spec.rb
spec/frozen/1.8/library/logger/logger/unknown_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/logger/logger/warn_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/mathn/math/rsqrt_spec.rb
spec/frozen/1.8/library/mathn/math/shared/rsqrt.rb
spec/frozen/1.8/library/mathn/math/shared/sqrt.rb
spec/frozen/1.8/library/mathn/math/sqrt_spec.rb
spec/frozen/1.8/library/matrix/shared/collect.rb
spec/frozen/1.8/library/matrix/shared/identity.rb
spec/frozen/1.8/library/matrix/shared/transpose.rb
spec/frozen/1.8/library/net/ftp/shared/last_response_code.rb
spec/frozen/1.8/library/net/ftp/shared/list.rb
spec/frozen/1.8/library/net/ftp/shared/pwd.rb
spec/frozen/1.8/library/net/http/shared/started.rb
spec/frozen/1.8/library/net/http/shared/version_1_1.rb
spec/frozen/1.8/library/net/http/shared/version_1_2.rb
spec/frozen/1.8/library/openstruct/shared/inspect.rb
spec/frozen/1.8/library/readline/history/shared/size.rb
spec/frozen/1.8/library/resolv/get_address_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/resolv/get_addresses_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/resolv/get_name_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/resolv/get_names_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/attributes/add_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/attributes/append_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/attributes/length_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/attributes/shared/add.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/attributes/shared/add_spec.rb [deleted file]
spec/frozen/1.8/library/rexml/attributes/shared/length.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/attributes/shared/length_spec.rb [deleted file]
spec/frozen/1.8/library/rexml/attributes/size_spec.rb
spec/frozen/1.8/library/rexml/cdata/shared/to_s.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/cdata/shared/to_s_spec.rb [deleted file]
spec/frozen/1.8/library/rexml/cdata/to_s_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/cdata/value_spec.rb [new file with mode: 0644]
spec/frozen/1.8/library/rexml/document/add_spec.rb
spec/frozen/1.8/library/rexml/document/expanded_name_spec.rb
spec/frozen/1.8/library/rexml/shared/each_element.rb
spec/frozen/1.8/library/rexml/shared/elements_to_a.rb
spec/frozen/1.8/library/set/shared/add.rb
spec/frozen/1.8/library/set/shared/collect.rb
spec/frozen/1.8/library/set/shared/difference.rb
spec/frozen/1.8/library/set/shared/include.rb
spec/frozen/1.8/library/set/shared/intersection.rb
spec/frozen/1.8/library/set/shared/length.rb
spec/frozen/1.8/library/set/shared/union.rb
spec/frozen/1.8/library/set/sortedset/shared/add.rb
spec/frozen/1.8/library/set/sortedset/shared/collect.rb
spec/frozen/1.8/library/set/sortedset/shared/difference.rb
spec/frozen/1.8/library/set/sortedset/shared/include.rb
spec/frozen/1.8/library/set/sortedset/shared/intersection.rb
spec/frozen/1.8/library/set/sortedset/shared/length.rb
spec/frozen/1.8/library/set/sortedset/shared/union.rb
spec/frozen/1.8/library/socket/basicsocket/recv_nonblock_spec.rb
spec/frozen/1.8/library/socket/shared/pack_sockaddr.rb
spec/frozen/1.8/library/socket/shared/recv_nonblock.rb
spec/frozen/1.8/library/socket/shared/socketpair.rb
spec/frozen/1.8/library/socket/socket/pack_sockaddr_in_spec.rb
spec/frozen/1.8/library/socket/socket/pack_sockaddr_un_spec.rb
spec/frozen/1.8/library/socket/socket/pair_spec.rb
spec/frozen/1.8/library/socket/socket/sockaddr_in_spec.rb
spec/frozen/1.8/library/socket/socket/sockaddr_un_spec.rb
spec/frozen/1.8/library/socket/socket/socketpair_spec.rb
spec/frozen/1.8/library/socket/tcpsocket/new_spec.rb
spec/frozen/1.8/library/socket/tcpsocket/open_spec.rb
spec/frozen/1.8/library/socket/tcpsocket/shared/new.rb
spec/frozen/1.8/library/socket/udpsocket/send_spec.rb
spec/frozen/1.8/library/socket/unixserver/new_spec.rb
spec/frozen/1.8/library/socket/unixserver/open_spec.rb
spec/frozen/1.8/library/socket/unixserver/shared/new.rb
spec/frozen/1.8/library/socket/unixsocket/new_spec.rb
spec/frozen/1.8/library/socket/unixsocket/open_spec.rb
spec/frozen/1.8/library/socket/unixsocket/shared/new.rb
spec/frozen/1.8/library/stringio/bytes_spec.rb
spec/frozen/1.8/library/stringio/chars_spec.rb
spec/frozen/1.8/library/stringio/each_byte_spec.rb
spec/frozen/1.8/library/stringio/each_char_spec.rb
spec/frozen/1.8/library/stringio/each_line_spec.rb
spec/frozen/1.8/library/stringio/each_spec.rb
spec/frozen/1.8/library/stringio/getbyte_spec.rb
spec/frozen/1.8/library/stringio/getc_spec.rb
spec/frozen/1.8/library/stringio/read_spec.rb
spec/frozen/1.8/library/stringio/readbyte_spec.rb
spec/frozen/1.8/library/stringio/readchar_spec.rb
spec/frozen/1.8/library/stringio/shared/each.rb
spec/frozen/1.8/library/stringio/shared/each_byte.rb
spec/frozen/1.8/library/stringio/shared/each_char.rb
spec/frozen/1.8/library/stringio/shared/eof.rb
spec/frozen/1.8/library/stringio/shared/getc.rb
spec/frozen/1.8/library/stringio/shared/isatty.rb
spec/frozen/1.8/library/stringio/shared/length.rb
spec/frozen/1.8/library/stringio/shared/read.rb
spec/frozen/1.8/library/stringio/shared/readchar.rb
spec/frozen/1.8/library/stringio/shared/tell.rb
spec/frozen/1.8/library/stringio/shared/write.rb
spec/frozen/1.8/library/stringio/sysread_spec.rb
spec/frozen/1.8/library/stringio/syswrite_spec.rb
spec/frozen/1.8/library/stringio/write_spec.rb
spec/frozen/1.8/library/stringscanner/append_spec.rb
spec/frozen/1.8/library/stringscanner/concat_spec.rb
spec/frozen/1.8/library/stringscanner/shared/bol.rb
spec/frozen/1.8/library/stringscanner/shared/concat.rb
spec/frozen/1.8/library/stringscanner/shared/eos.rb
spec/frozen/1.8/library/stringscanner/shared/get_byte.rb
spec/frozen/1.8/library/stringscanner/shared/matched_size.rb
spec/frozen/1.8/library/stringscanner/shared/peek.rb
spec/frozen/1.8/library/stringscanner/shared/pos.rb
spec/frozen/1.8/library/stringscanner/shared/rest_size.rb
spec/frozen/1.8/library/stringscanner/shared/terminate.rb
spec/frozen/1.8/library/tempfile/shared/length.rb
spec/frozen/1.8/library/tempfile/shared/unlink.rb
spec/frozen/1.8/library/time/shared/rfc2822.rb
spec/frozen/1.8/library/time/shared/xmlschema.rb
spec/frozen/1.8/library/yaml/each_document_spec.rb
spec/frozen/1.8/library/yaml/load_documents_spec.rb
spec/frozen/1.8/library/yaml/shared/each_document.rb [new file with mode: 0644]
spec/frozen/1.8/shared/file/blockdev.rb
spec/frozen/1.8/shared/file/chardev.rb
spec/frozen/1.8/shared/file/directory.rb
spec/frozen/1.8/shared/file/executable.rb
spec/frozen/1.8/shared/file/executable_real.rb
spec/frozen/1.8/shared/file/exist.rb
spec/frozen/1.8/shared/file/file.rb
spec/frozen/1.8/shared/file/grpowned.rb
spec/frozen/1.8/shared/file/identical.rb
spec/frozen/1.8/shared/file/owned.rb
spec/frozen/1.8/shared/file/pipe.rb
spec/frozen/1.8/shared/file/readable.rb
spec/frozen/1.8/shared/file/readable_real.rb
spec/frozen/1.8/shared/file/setgid.rb
spec/frozen/1.8/shared/file/setuid.rb
spec/frozen/1.8/shared/file/size.rb
spec/frozen/1.8/shared/file/socket.rb
spec/frozen/1.8/shared/file/sticky.rb
spec/frozen/1.8/shared/file/symlink.rb
spec/frozen/1.8/shared/file/writable.rb
spec/frozen/1.8/shared/file/writable_real.rb
spec/frozen/1.8/shared/file/zero.rb
spec/frozen/1.8/spec_helper.rb
spec/frozen/version.rb [new file with mode: 0644]