# File spec/gherkin/output_stream_string_io.rb, line 3 def write(what) super(Java.java.lang.String.new(what.to_s)) end