59 60 61 62
# File 'lib/construi/config.rb', line 59 def self.parse(str) split = str.split(':') File.new split[0], split[1], split[2] end