Class: DeviceDetector::NameExtractor

Inherits:
MetadataExtractor show all
Defined in:
lib/device_detector/name_extractor.rb

Instance Attribute Summary

Attributes inherited from MetadataExtractor

#regex_meta, #user_agent

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
9
10
11
# File 'lib/device_detector/name_extractor.rb', line 5

def call
  if /\$[0-9]/ =~ 
    
  else
    
  end
end