lib/ridley/resource.rb in ridley-0.9.1 vs lib/ridley/resource.rb in ridley-0.10.0.rc1
- old
+ new
@@ -182,10 +182,10 @@
def chef_id
get_attribute(self.class.chef_id)
end
def to_s
- "#{self.chef_id}: #{self._attributes_}"
+ "#<#{self.class} chef_id:#{self.chef_id}, attributes:#{self._attributes_}>"
end
# @param [Object] other
#
# @return [Boolean]