module Shotgun
class Shotgun::Loader
class Shotgun::Loader::Body
class Shotgun::SkipFavicon
class Shotgun::Static
shotgun
0.9.2
# camel_case
def camel_case(string) string.split("_").map { |part| part.capitalize }.join end