Sha256: 40372912530e21a0b0bf01b95bad17ce80a0596750475d6eda48e812d3d5ed98
Contents?: true
Size: 138 Bytes
Versions: 1
Compression:
Stored size: 138 Bytes
Contents
module Rubyoverflow class Questions < Base def initialize(client) set_path('questions') super(client) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubyoverflow-2.0.2.pre1 | lib/rubyoverflow/questions.rb |