37 38 39 40
# File 'lib/configuration.rb', line 37 def path *value return self.path = value.first unless value.empty? Path end