module ResumeTools::Export

Public Instance Methods

export() click to toggle source
# File lib/resumetools/resume/export.rb, line 116
def export
  exporter = Exporter.new(self)
  exporter.run
end