# File lib/gherkin/native/java.rb, line 7 def write(cbuf, off, len) @io.write(cbuf.unpack("U*")[off..len].pack("U*")) end