Sha256: 885b0afe4c282ed5101c3a1ce17ae22937c5cdf01e55d4fc5b888992061df231
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
module Vos module Drivers class Abstract attr_reader :options def initialize options = {} @options = options end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vos-0.3.13 | lib/vos/drivers/abstract.rb |