packages feed

docker-0.1.0.0: Docker/Utils.hs

module Docker.Utils where

import Data.Char

strip_underscore :: String -> String
strip_underscore (_:xs) = xs