Method: WorkOn::ConfigParser#parse

Defined in:
lib/work_on/config.rb

#parse(file_name) ⇒ Object

this method should read and parse the file will be called when initialized implementations should set @windows and @project_dir



76
77
78
# File 'lib/work_on/config.rb', line 76

def parse(file_name)
  not_implemented
end