Method: Cukunity::PlatformHelpers#process

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

#processObject



57
58
59
60
# File 'lib/cukunity/cucumber/support/platform_helpers.rb', line 57

def process
  raise Exception::UnspecifiedPlatform.new if @platform.nil?
  @platform::Process
end