Class: Spiral::Feed::Chm
Instance Method Summary collapse
-
#initialize(file) ⇒ Chm
constructor
A new instance of Chm.
Constructor Details
#initialize(file) ⇒ Chm
Returns a new instance of Chm.
7 8 9 |
# File 'lib/spiral/feed/chm.rb', line 7 def initialize(file) @chm = FFI::Chm::ChmFile.new file end |