class RemoteCall
Public Instance Methods
remote_call(*args)
click to toggle source
# File lib/lsl/mapping/mapping.rb, line 7 def remote_call(*args) require 'open-uri' open("http://localhost:4567/remote_call").read end