Sha256: ca35d61b7b826bcaff8f4dcf7bd2b9fb13f1b94731cd653f5be3617512b2d321
Contents?: true
Size: 204 Bytes
Versions: 4
Compression:
Stored size: 204 Bytes
Contents
module Lxi module LxiMethods private # Initialise the LXI library def init_lxi_session raise Error, 'LXI Library Initialisation Error' unless Lxi.lxi_init == LXI_OK end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lxi_rb-0.2.26 | lib/lxi/methods.rb |
lxi_rb-0.2.25 | lib/lxi/methods.rb |
lxi_rb-0.2.18 | lib/lxi/methods.rb |
lxi_rb-0.2.12 | lib/lxi/methods.rb |