lib/tins/xt/string_underscore.rb



module Tins
  require 'tins/string_underscore'
  class ::String
    include StringUnderscore
  end
end