Top Level Namespace

Defined Under Namespace

Modules: Notcurses

Instance Method Summary collapse

Instance Method Details

#swig_versionObject



3
4
5
6
# File 'ext/notcurses/extconf.rb', line 3

def swig_version
  out = `swig -version | grep '^SWIG Version'`
  out.split&.last&.split('.').take(2).join('.')
end