Method: Intro::Configuration#max_touch_count

Defined in:
lib/intro/configuration.rb

#max_touch_countObject

after user touches a tour more than max count, the tour doesn’t display. default: 1



15
16
17
# File 'lib/intro/configuration.rb', line 15

def max_touch_count
  @max_touch_count
end