Sha256: b24b616fa5d7b98969bafb9863876ce7eacabcf0f60f0271aca436ebfc460f85
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
#!/usr/bin/env ruby require "pry" require "rmpd" require "byebug" require "stringio" conf = StringIO.new <<EOF hostname: admin@localhost port: 6601 EOF mpd = Rmpd::Connection.new(conf) binding.pry
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rmpd-1.1.16 | console.rb |