module Cucumber

def file_mode(m) #:nodoc:

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