class YARP::Source

def slice(offset, length)

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

def slice: (Integer offset, Integer length) -> String

This signature was generated using 410 samples from 1 application.

def slice(offset, length)
  source.byteslice(offset, length)
end