Method: DeviceDetector::OS#full_version
- Defined in:
- lib/device_detector/os.rb
#full_version ⇒ Object
33 34 35 36 |
# File 'lib/device_detector/os.rb', line 33 def full_version raw_version = super.to_s.split('_').join('.') raw_version == '' ? nil : raw_version end |