8 9 10
# File 'lib/irb_remote/cli.rb', line 8 def connect(*) IRBRemote::Client.new.start end
14 15 16
# File 'lib/irb_remote/cli.rb', line 14 def version puts IRBRemote::Version end