Method: Bwrap::Config::Features#bash

Defined in:
lib/bwrap/config/features.rb

#bashBash

Returns Instance of feature class for Bash.

Returns:

  • (Bash)

    Instance of feature class for Bash



30
31
32
# File 'lib/bwrap/config/features.rb', line 30

def bash
  @bash ||= Bash.new self
end