Class: Wurfl::Handset::NullHandset

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/wurfl/handset.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



104
# File 'lib/wurfl/handset.rb', line 104

def [](key) nil end

#get_value_and_owner(key) ⇒ Object



105
# File 'lib/wurfl/handset.rb', line 105

def get_value_and_owner(key) [ nil, nil ] end

#keysObject



106
# File 'lib/wurfl/handset.rb', line 106

def keys; [] end