Sha256: a6a424a4bb31b35eac1eec5ae78358968c078782c69f75ec68681d35456cf501
Contents?: true
Size: 605 Bytes
Versions: 4
Compression:
Stored size: 605 Bytes
Contents
# Bind message passing socket to rwdtinker application JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] } locationlink = { :helpscreen=> "runhelpwindow", :tinkerbackwindow=>"runrwdtinkerbackwindow", :returntomain=>"returntomain" } locationlink.each { |kk, vv| JumpLink[kk] = vv } def runjumplinkcommand runjumplocation = "#{JumpLink[:"#{@a_jumplinkinput}"]}" self.send(runjumplocation) end # list the remote control options on the screen def showjumplinkoptions @jumplinkoptions = $rwdjumplink.rwd_options end
Version data entries
4 entries across 4 versions & 4 rubygems