lib/tins/xt/string_camelize.rb



module Tins
  require 'tins/string_camelize'
  class ::String
    include StringCamelize
  end
end