文件名称:rbpod:轻量级 Ruby 绑定到 libgpod
文件大小:27KB
文件格式:ZIP
更新时间:2024-07-04 11:20:13
C
豆荚
libgpod 库的 Ruby 接口。
安装
将此行添加到应用程序的 Gemfile 中:
gem 'rbpod'
然后执行:
$ bundle
或者自己安装:
$ gem install rbpod
用法
可用于大多数只读目的。 首先,将require 'rbpod'添加到您的脚本中。
RbPod::数据库
从文件系统加载数据库:
database = RbPod :: Database . new ( '/mnt/ipod/' ) # => #
【文件预览】:
rbpod-master
----rbpod.gemspec(1KB)
----LICENSE.txt(1KB)
----lib()
--------rbpod.rb(46B)
--------rbpod()
----Gemfile(90B)
----spec()
--------rbpod()
--------spec_helper.rb(255B)
--------support()
----Rakefile(1KB)
----README.md(4KB)
----.rspec(22B)
----ext()
--------rbpod()
----.gitignore(165B)
----bin()
--------rbpod(37B)