Sha256: b6980901ed67f0d7f69d2e7ac17db621415bbbaa09611884d70cdb105b4e4842
Contents?: true
Size: 278 Bytes
Versions: 4
Compression:
Stored size: 278 Bytes
Contents
require 'gecode.so' module Gecode # The bindings are located in ::GecodeRaw, so we assign that to ::Gecode::Raw. # This is done because bindings/bindings.rb use ::GecodeRaw and appears to # have limitations that do not allow using a sub-namespace. Raw = ::GecodeRaw end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gecoder-0.4.0 | lib/gecoder/bindings.rb |
gecoder-0.2.0 | lib/gecoder/bindings.rb |
gecoder-0.3.0 | lib/gecoder/bindings.rb |
gecoder-0.5.0 | lib/gecoder/bindings.rb |