Method: Inkmake::InkscapeRemote#open_shell

Defined in:
lib/inkmake.rb

#open_shellObject



143
144
145
146
147
148
149
150
# File 'lib/inkmake.rb', line 143

def open_shell
  @in, @out = open(["--shell"])
  loop do
    case response
    when :prompt then break
    end
  end
end