class Bombshell::Environment

A (mostly) blank class like Ruby’s own CleanSlate. We leave a few important methods in here; your shell shouldn’t redefine them. It’s best practice to set your shell classes to inherit from Bombshell::Environment. See the README for more details. @see file:README.markdown