lib/string.rb in inetmgr-0.6.0 vs lib/string.rb in inetmgr-0.7.0
- old
+ new
@@ -1,5 +1,5 @@
-class String
- def to_camel_case
- self.gsub(/_(.)/) { $1.upcase }
- end
+class String
+ def to_camel_case
+ self.gsub(/_(.)/) { $1.upcase }
+ end
end
\ No newline at end of file