Skip to content

Commit

Permalink
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/core/fixnum/bit_and_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Fixnum#& coerces the rhs and calls #coerce
2 changes: 2 additions & 0 deletions spec/tags/ruby/core/kernel/autoload_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
fails:Kernel.autoload sets the autoload constant in Object's constant table
fails:Kernel#autoload registers a file to load the first time the named constant is accessed
fails:Kernel#autoload? returns the name of the file that will be autoloaded
4 changes: 4 additions & 0 deletions spec/tags/ruby/core/kernel/singleton_method_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fails:Kernel#singleton_method find a method defined on the singleton class
fails:Kernel#singleton_method returns a Method which can be called
fails:Kernel#singleton_method only looks at singleton methods and not at methods in the class
fails:Kernel#singleton_method raises a NameError if there is no such method
1 change: 1 addition & 0 deletions spec/tags/ruby/core/nil/nilclass_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:NilClass .allocate raises a TypeError

0 comments on commit aa19a4f

Please sign in to comment.