Method: Exa::Shell#initialize

Defined in:
lib/exa/shell.rb

#initialize(pwd) ⇒ Shell

Returns a new instance of Shell.



51
52
53
# File 'lib/exa/shell.rb', line 51

def initialize(pwd)
  @pwd = pwd
end