Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #755 from kachick/congratulate_private_methods_fro…
…m_lib-topaz Congratulate private methods from lib-topaz
- Loading branch information
Showing
with
11 additions
and 11 deletions.
- +1 −0 lib-topaz/array.rb
- +10 −0 lib-topaz/kernel.rb
- +0 −1 spec/tags/core/array/initialize_tags.txt
- +0 −1 spec/tags/core/kernel/Array_tags.txt
- +0 −1 spec/tags/core/kernel/Integer_tags.txt
- +0 −1 spec/tags/core/kernel/String_tags.txt
- +0 −1 spec/tags/core/kernel/backtick_tags.txt
- +0 −1 spec/tags/core/kernel/gets_tags.txt
- +0 −1 spec/tags/core/kernel/loop_tags.txt
- +0 −1 spec/tags/core/kernel/p_tags.txt
- +0 −1 spec/tags/core/kernel/print_tags.txt
- +0 −1 spec/tags/core/kernel/puts_tags.txt
- +0 −1 spec/tags/core/kernel/rand_tags.txt
@@ -1,2 +1 @@ | ||
fails:Array#initialize is private | ||
fails:Array#initialize with (size, object=nil) raises an ArgumentError if size is too large |
@@ -1,3 +1,2 @@ | ||
fails:Kernel.String raises a TypeError if respond_to? returns false for #to_s | ||
fails:Kernel#String raises a TypeError if respond_to? returns false for #to_s | ||
fails:Kernel#String is a private method |
@@ -1,2 +1 @@ | ||
fails:Kernel#` is a private method | ||
fails:Kernel#` sets $? to the exit status of the executed sub-process |
@@ -1,2 +1 @@ | ||
fails:Kernel#p is a private method | ||
fails:Kernel#p is not affected by setting $\, $/ or $, |
@@ -1,2 +1 @@ | ||
fails:Kernel#puts is a private method | ||
fails:Kernel#puts writes [...] for a recursive array arg |