Method: Cucumber.file_mode

Defined in:
lib/cucumber/platform.rb

.file_mode(m) ⇒ Object

:nodoc:



26
27
28
# File 'lib/cucumber/platform.rb', line 26

def file_mode(m) #:nodoc:
  RUBY_1_9 ? "#{m}:UTF-8" : m
end