Module: Aua::OperatingSystems

Extended by:
OperatingSystems, StackBase
Included in:
OperatingSystems
Defined in:
lib/aua/operating_systems.rb

Defined Under Namespace

Modules: Android, IOS, Linux, Mac, Mobiles, Palm, Windows

Instance Method Summary collapse

Methods included from StackBase

extend_agent

Instance Method Details

#defaultObject



8
9
10
# File 'lib/aua/operating_systems.rb', line 8

def default
  [Mobiles, Windows, Mac, Android, Linux, IOS, Palm]
end