Skip to content

Commit

Permalink
Removed old "see also" doc. Fixes #4267
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Apr 10, 2017
1 parent bd09177 commit c4bbb59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/string.cr
Expand Up @@ -1003,8 +1003,6 @@ class String
# "string".chomp # => "string"
# "x".chomp.chomp # => "x"
# ```
#
# See also: `#chop`.
def chomp
return self if empty?

Expand Down

0 comments on commit c4bbb59

Please sign in to comment.