Skip to content

Commit df8840c

Browse files
committed
Merge pull request #128 from oauth-xx/undo_adding_string_camelize
Undo adding String#camelize
2 parents 5be2f8c + 0776bf5 commit df8840c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/oauth/core_ext.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ def tap
1313

1414
class String
1515

16-
def camelize
17-
a,b = self[0], self[1..-1]
18-
[a.upcase, b].join
19-
end
20-
2116
unless method_defined?(:bytesize)
2217
def bytesize
2318
self.size

0 commit comments

Comments
 (0)