class Cucumber::Runtime::ForProgrammingLanguages

programming languages to the right place.
It’s a thin class that directs the handul of methods needed by the
This is what a programming language will consider to be a runtime.

def initialize(support_code, user_interface)

def initialize(support_code, user_interface)
  @support_code = support_code
  @user_interface = user_interface
end