Skip to content

Commit 0776bf5

Browse files
committed
undo adding String#camelize, turns out ActiveSupport is a mandatory dependency and camelize was included there
1 parent 0a03542 commit 0776bf5

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)