module Ethon::Extensions::String

def byteslice(*args)

Returns:
  • (String) - Part of the string.
def byteslice(*args)
  self[*args]
end