Method: Profile::Shell#initialize

Defined in:
lib/bashman/shell.rb

#initializeShell

Returns a new instance of Shell.



12
13
14
# File 'lib/bashman/shell.rb', line 12

def initialize
    @shell = self.get_current
end