Module: Parchment::TXT

Defined in:
lib/parchment/formats/txt/txt.rb,
lib/parchment/formats/txt/style.rb,
lib/parchment/formats/txt/document.rb,
lib/parchment/formats/txt/text_run.rb,
lib/parchment/formats/txt/paragraph.rb

Overview

Parchment plain text format parser

Defined Under Namespace

Classes: Document, Paragraph, Style, TextRun

Class Method Summary collapse

Class Method Details

.read(path) ⇒ Object



9
10
11
# File 'lib/parchment/formats/txt/txt.rb', line 9

def self.read(path)
  Parchment::TXT::Document.new(File.read(path))
end