forked from topazproject/topaz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request topazproject#541 from krekoten/kernel_respond_to_m…
…issing Implemented Kernel#respond_to_missing? (almost)
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
fails:Kernel#respond_to_missing? is called with a 2nd argument of false when #respond_to? is | ||
fails:Kernel#respond_to_missing? is called a 2nd argument of false when #respond_to? is called with only 1 argument | ||
fails:Kernel#respond_to_missing? is called with true as the second argument when #respond_to? is | ||
fails:Kernel#respond_to_missing? is called when #respond_to? would return false | ||
fails:Kernel#respond_to_missing? causes #respond_to? to return true if called and not returning false | ||
fails:Kernel#respond_to_missing? causes #respond_to? to return false if called and returning false | ||
fails:Kernel#respond_to_missing? causes #respond_to? to return false if called and returning nil | ||
fails:Kernel#respond_to_missing? is called when obj responds to the given private method, include_private = false | ||
fails:Kernel#respond_to_missing? is called for missing class methods | ||
fails:Kernel#respond_to_missing? returns true if obj responds to the given public method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters