Class: DeviceDetector::Configuration
- Inherits:
-
Object
- Object
- DeviceDetector::Configuration
- Defined in:
- lib/device_detector_regexes.rb
Instance Method Summary collapse
Instance Method Details
#dir ⇒ Object
11 12 13 |
# File 'lib/device_detector_regexes.rb', line 11 def dir @dir || Dir.pwd end |
#dir=(dir) ⇒ Object
15 16 17 |
# File 'lib/device_detector_regexes.rb', line 15 def dir=(dir) @dir = Pathname(dir) end |