Module: EPUB

Defined in:
lib/epub/cfi/version.rb,
lib/epub/cfi.rb,
lib/epub/cfi/parser.tab.rb

Overview

Copyright (c) 2017 KITAITI Makoto (KitaitiMakoto at gmail.com)

EPUB CFI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

EPUB CFI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with EPUB CFI. If not, see http://www.gnu.org/licenses/.

Defined Under Namespace

Modules: CFI

Class Method Summary collapse

Class Method Details

.CFI(string) ⇒ Object



86
87
88
# File 'lib/epub/cfi/parser.rb', line 86

def EPUB::CFI(string)
  EPUB::CFI.parse(string)
end