module Cucumber

def file_mode(m, encoding="UTF-8")

Other tags:
    Private: -
def file_mode(m, encoding="UTF-8")
  "#{m}:#{encoding}"
end