Method: Mobile#initialize
- Defined in:
- lib/platform/mobile/mobile.rb
#initialize(*args) ⇒ Mobile
Public: Initializes a Mobile device.
12 13 14 15 16 |
# File 'lib/platform/mobile/mobile.rb', line 12 def initialize(*args) super(*args) @screens = MobileScreens.new(self) @roi = MobileRois.new(self) end |