Method: Inkmake::InkscapeRemote#initialize

Defined in:
lib/inkmake.rb

#initializeInkscapeRemote

Returns a new instance of InkscapeRemote.



118
119
120
121
122
123
124
125
# File 'lib/inkmake.rb', line 118

def initialize
  @inkscape_version = probe_inkscape_version
  open_shell
  probe_decimal_symbol if @inkscape_version == 0
  yield self
ensure
  quit
end