class DocRipper::Formats::TextRipper

Public Instance Methods

rip() click to toggle source
# File lib/doc_ripper/formats/text_ripper.rb, line 7
def rip
  File.read(@file_path)
end