Sha256: 44fe5e8934b4adfeba6295cf27e09cc6ba37b59b9090179a465110103462bc74

Contents?: true

Size: 351 Bytes

Versions: 10

Compression:

Stored size: 351 Bytes

Contents

module Rmpd
  module Commands

    simple_command :count
    simple_command :find
    simple_command :list
    simple_command :listall
    simple_command :listallinfo
    simple_command :lsinfo
    simple_command :search

    alias_method :list_all, :listall
    alias_method :list_all_info, :listallinfo
    alias_method :ls_info, :lsinfo

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rmpd-1.1.9 lib/rmpd/commands/database.rb
rmpd-1.1.8 lib/rmpd/commands/database.rb
rmpd-1.1.7 lib/rmpd/commands/database.rb
rmpd-1.1.6 lib/rmpd/commands/database.rb
rmpd-1.1.5 lib/rmpd/commands/database.rb
rmpd-1.1.4 lib/rmpd/commands/database.rb
rmpd-1.1.3 lib/rmpd/commands/database.rb
rmpd-1.1.2 lib/rmpd/commands/database.rb
rmpd-1.1.1 lib/rmpd/commands/database.rb
rmpd-1.1.0 lib/rmpd/commands/database.rb