41 42 43
# File 'lib/steem/marshal.rb', line 41 def scan(len) bytes.slice(@cursor..(@cursor - 1) + len).tap { |_| @cursor += len } end