lib/arstotzka/wrapper.rb in arstotzka-1.1.0 vs lib/arstotzka/wrapper.rb in arstotzka-1.2.0

- old
+ new

@@ -11,10 +11,10 @@ # Returns a new instance of Wrapper # # @overload initialize(options_hash={}) # @param options_hash [Hash] options of initialization # @option options_hash klass [Class] class to wrap the value - # @option options_hash type [String/Symbol] type to cast the value. The + # @option options_hash type [String,Symbol] type to cast the value. The # possible type_cast is defined by {TypeCast} # # @overload initialize(options) # @param options [Arstotzka::Options] options of initialization object #