lib/hyperclient/link.rb in hyperclient-0.7.1 vs lib/hyperclient/link.rb in hyperclient-0.7.2

- old
+ new

@@ -152,10 +152,10 @@ end end # Internal: avoid delegating to resource # - # #to_ary is called for implicit array coersion (such as parallel assignment + # #to_ary is called for implicit array coercion (such as parallel assignment # or Array#flatten). Returning nil tells Ruby that this record is not Array-like. def to_ary nil end