lib/vos/drivers/abstract.rb in vos-0.3.12 vs lib/vos/drivers/abstract.rb in vos-0.3.13

- old
+ new

@@ -1,9 +1,9 @@ module Vos module Drivers class Abstract attr_reader :options - + def initialize options = {} @options = options end end end \ No newline at end of file