Method: WorkOn::ConfigParser#windows

Defined in:
lib/work_on/config.rb

#windowsObject

windows is an hash which looks like this => [[‘ls -al’, ‘ls’], [‘ls’]] the above hash would open 2 tabs

if additional windows need to be opened you can specify the windows key (and provide and array of tab

hashes)

=> {[{:tabs => [], =>[]]}}



58
59
60
# File 'lib/work_on/config.rb', line 58

def windows
  @windows
end