Module: Pocketsphinx::API::Pocketsphinx

Extended by:
FFI::Library
Defined in:
lib/pocketsphinx/api/pocketsphinx.rb

Class Method Summary collapse

Class Method Details

.ps_init(*args) ⇒ Object

Allows expect(API::Pocketsphinx).to receive(:ps_init) in JRuby specs



12
13
14
# File 'lib/pocketsphinx/api/pocketsphinx.rb', line 12

def self.ps_init(*args)
  ps_init_private(*args)
end