module KRPCX
Constants
- VERSION
Public Class Methods
repl()
click to toggle source
# File lib/krpcx.rb, line 7 def self.repl KRPC.connect(name: "Ruby client") do |cl| sc = cl.space_center v = sc.active_vessel vrf = v.reference_frame c = v.control o = v.orbit f = v.flight binding.pry end end