Method: Profile::Shell#initialize
- Defined in:
- lib/bashman/shell.rb
#initialize ⇒ Shell
Returns a new instance of Shell.
12 13 14 |
# File 'lib/bashman/shell.rb', line 12 def initialize @shell = self.get_current end |
Returns a new instance of Shell.
12 13 14 |
# File 'lib/bashman/shell.rb', line 12 def initialize @shell = self.get_current end |