Create a new blob by slicing this blob
55 56 57
# File 'opal/browser/blob.rb', line 55 def slice(start, finish=nil) Blob.new(`#@native.slice(#{start}, #{finish})`) end