Module: TDiary::RequestExtension
Instance Method Summary collapse
- 
  
    
      #mobile_agent?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  
  
    backward compatibility, returns NOT mobile phone always. 
- 
  
    
      #smartphone?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  
  
    backward compatibility, returns NOT smartphone always. 
Instance Method Details
#mobile_agent? ⇒ Boolean
backward compatibility, returns NOT mobile phone always
| 6 7 8 | # File 'lib/tdiary/core_ext.rb', line 6 def mobile_agent? false end | 
#smartphone? ⇒ Boolean
backward compatibility, returns NOT smartphone always
| 11 12 13 | # File 'lib/tdiary/core_ext.rb', line 11 def smartphone? false end |