class SyntaxTree::Parser::SingleByteString

def initialize(start)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (Integer start) -> void

This signature was generated using 124 samples from 1 application.

def initialize(start)
  @start = start
end