Method: Configuration::ClassMethods#path

Defined in:
lib/configuration.rb

#path(*value) ⇒ Object



37
38
39
40
# File 'lib/configuration.rb', line 37

def path *value
  return self.path = value.first unless value.empty?
  Path
end