Method: Fisk#to_binary

Defined in:
lib/fisk.rb

#to_binaryObject



269
270
271
272
273
# File 'lib/fisk.rb', line 269

def to_binary
  io = StringIO.new ''.b
  write_to_buffer io
  io.string
end