Class: RemoteCall

Inherits:
Object show all
Defined in:
lib/lsl/mapping/mapping.rb

Instance Method Summary collapse

Instance Method Details

#remote_call(*args) ⇒ Object



7
8
9
10
# File 'lib/lsl/mapping/mapping.rb', line 7

def remote_call(*args)
  require 'open-uri'
  open("http://localhost:4567/remote_call").read
end