Method: Cukunity::PlatformHelpers#touch

Defined in:
lib/cukunity/cucumber/support/platform_helpers.rb

#touchObject



62
63
64
65
# File 'lib/cukunity/cucumber/support/platform_helpers.rb', line 62

def touch
  raise Exception::UnspecifiedPlatform.new if @platform.nil?
  @platform::TouchInput
end