Class: Bombshell::Environment

Inherits:
Object
  • Object
show all
Defined in:
lib/bombshell/environment.rb

Overview

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 Also: