class GEXF

Public Instance Methods

to_file(file=StringIO.new) click to toggle source
# File lib/response_types/gexf.rb, line 2
def to_file(file=StringIO.new)
  file.write(self.result)
  file.rewind
  file
end