Sha256: bab46ee5566899b28f00497f88e172ce73de3d9048715e80ad81c9098aab7d53
Contents?: true
Size: 611 Bytes
Versions: 6
Compression:
Stored size: 611 Bytes
Contents
# # Description # # Author:: Robert Sharp # Copyright:: Copyright (c) 2010 Robert Sharp # License:: Open Software Licence v3.0 # # This software is licensed for use under the Open Software Licence v. 3.0 # The terms of this licence can be found at http://www.opensource.org/licenses/osl-3.0.php # and in the file copyright.txt. Under the terms of this licence, all derivative works # must themselves be licensed under the Open Software Licence v. 3.0 # # require 'rubygems' require 'jerbil/jerbil_service/client' client = JerbilClient.new(:rubytest, :test) puts client.action puts client.not_an_action
Version data entries
6 entries across 6 versions & 1 rubygems