Sha256: 4ad8a8362eb96cb0b662dda40c9a106a18f7240d2e83d90cf2116c8c13aec96e
Contents?: true
Size: 257 Bytes
Versions: 4
Compression:
Stored size: 257 Bytes
Contents
module PostmonRuby class Client def self.search(finder, *arguments) arguments.flatten! PostmonRuby::Finders::Finder.new.search(finder, arguments) # PostmonRuby::Finders::Finders.get_finder(finder).search(arguments) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
postmon_ruby-2.1.3 | lib/postmon_ruby/client.rb |
postmon_ruby-2.1.2 | lib/postmon_ruby/client.rb |
postmon_ruby-2.1.1 | lib/postmon_ruby/client.rb |
postmon_ruby-2.1.0 | lib/postmon_ruby/client.rb |