lib/cucumber/runtime/for_programming_languages.rb in cucumber-2.3.3 vs lib/cucumber/runtime/for_programming_languages.rb in cucumber-2.4.0

- old
+ new

@@ -9,9 +9,11 @@ # It's a thin class that directs the handul of methods needed by the # programming languages to the right place. class ForProgrammingLanguages extend Forwardable + attr_reader :support_code + def initialize(support_code, user_interface) @support_code, @user_interface = support_code, user_interface end def_delegators :@user_interface,