Method: Cukunity::TouchInputMethods#default_tap_delay=

Defined in:
lib/cukunity/touch_input_methods.rb

#default_tap_delay=(delay) ⇒ Object



7
8
9
# File 'lib/cukunity/touch_input_methods.rb', line 7

def default_tap_delay=(delay)
  @default_tap_delay = delay.to_f
end