Module: Consumer::Controls::Position::Global

Defined in:
lib/consumer/controls/position.rb

Class Method Summary collapse

Class Method Details

.example(offset: nil) ⇒ Object



15
16
17
18
19
# File 'lib/consumer/controls/position.rb', line 15

def self.example(offset: nil)
  offset ||= 0

  start + offset
end

.startObject



21
22
23
# File 'lib/consumer/controls/position.rb', line 21

def self.start
  11
end