Sha256: 1d9418ca41218bbae570174c6edc15dcf2333bb68a9d2250e07394a0cd2f94d1

Contents?: true

Size: 209 Bytes

Versions: 8

Compression:

Stored size: 209 Bytes

Contents

module Shb
  class Client
    # http://rubyscale.com/blog/2012/09/24/being-classy-with-httparty/
    class << self
      def new(*args)
        Class.new(AbstractClient).new(*args)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shb-0.1.4 lib/shb/client.rb
shb-0.1.3 lib/shb/client.rb
shb-0.1.2 lib/shb/client.rb
shb-0.1.1 lib/shb/client.rb
shb-0.1.0 lib/shb/client.rb
shb-0.0.4 lib/shb/client.rb
shb-0.0.3 lib/shb/client.rb
shb-0.0.2 lib/shb/client.rb