Module: Podoff
- Defined in:
- lib/podoff.rb
Defined Under Namespace
Classes: Document, Obj, Stream
Constant Summary
collapse
- VERSION =
'1.2.3'
Class Method Summary
collapse
Class Method Details
.load(path, encoding) ⇒ Object
11
12
13
14
|
# File 'lib/podoff.rb', line 11
def self.load(path, encoding)
Podoff::Document.load(path, encoding)
end
|
.parse(s, encoding) ⇒ Object
16
17
18
19
|
# File 'lib/podoff.rb', line 16
def self.parse(s, encoding)
Podoff::Document.new(s, encoding)
end
|