./lib/animoto/asset.rb in animoto-0.0.0.alpha3 vs ./lib/animoto/asset.rb in animoto-0.0.0.alpha4

- old
+ new

@@ -13,13 +13,7 @@ # @return [Hash] this asset as a Hash def to_hash { 'source' => @source } end - # Returns a representation of this asset as JSON. - # - # @return [String] this asset as JSON - def to_json - self.to_hash.to_json - end end end \ No newline at end of file