lib/azure/blob/blob.rb in azure-0.7.0 vs lib/azure/blob/blob.rb in azure-0.7.1

- old
+ new

@@ -14,10 +14,10 @@ #-------------------------------------------------------------------------- module Azure module Blob class Blob - + def initialize @properties = {} @metadata = {} yield self if block_given? end \ No newline at end of file