lib/azure/table/entity.rb in azure-0.7.0 vs lib/azure/table/entity.rb in azure-0.7.1
- old
+ new
@@ -14,11 +14,11 @@
#--------------------------------------------------------------------------
module Azure
module Table
class Entity
-
- def initialize
+
+ def initialize
@properties = {}
yield self if block_given?
end
attr_accessor :table
\ No newline at end of file