-
Notifications
You must be signed in to change notification settings - Fork 222
Update Symbol signatures #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
10c18bd
bundle exec bin/sort stdlib/builtin/symbol.rbs
hanachin a057327
bundle exec exe/rbs prototype runtime --merge Symbol
hanachin 3a20101
bundle exec bin/annotate-with-rdoc stdlib/builtin/symbol.rbs
hanachin 5dbbc0d
Sort SymbolTest test methods
hanachin f28e42d
Add test for Symbol.all_symbols
hanachin 9ee2df9
Update Symbol#<=>
hanachin 47aad51
Add test for Symbol#==
hanachin 26d35eb
Update Symbol#===
hanachin 450223d
Update Symbol#=~
hanachin 86cc449
Update Symbol#[]
hanachin 8b6e590
Update Symbol#capitalize
hanachin 705cc44
Update Symbol#casecmp
hanachin edd4ec2
Update Symbol#casecmp?
hanachin 074fac5
Update Symbol#downcase
hanachin 58f9d6d
Add test for Symbol#empty?
hanachin 4e48ec9
Add test for Symbol#encoding
hanachin 7682c50
Update Symbol#end_with?
hanachin e72518f
Add test for Symbol#id2name
hanachin 711115f
Add test for Symbol#inspect
hanachin 7507641
Add test for Symbol#intern
hanachin 8016c9f
Add test for Symbol#length
hanachin 5d14070
Update Symbol#match
hanachin 4c3a803
Update Symbol#match?
hanachin ebc2cdb
Add test for Symbol#next
hanachin 419061a
Update Symbol#size
hanachin 65812af
Update Symbol#slice
hanachin ed0d460
Update Symbol#start_with?
hanachin 71dc0a6
Update Symbol#succ
hanachin f74cc9a
Update Symbol#swapcase
hanachin 920ce60
Add test for Symbol#to_proc
hanachin f01c1f6
Update Symbol#to_sym
hanachin 087fc0f
Update for Symbol#upcase
hanachin 8fbf642
Update rubocop TargetRubyVersion 2.6 -> 2.7
hanachin a270cb3
Remove wrong comment
hanachin 5fe3f40
Update Symbol#to_s
hanachin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍