module Ethon::Extensions::String

def byteslice(*args)

def byteslice(*args)
  self[*args]
end