# File lib/cucumber/feature_file.rb, line 45 def lang line_one = source.split(/\n/)[0] if line_one =~ LANGUAGE_PATTERN $1.strip else nil end end