lib/recipes.rb in zencoder-1.0.2 vs lib/recipes.rb in zencoder-1.0.3
- old
+ new
@@ -26,11 +26,11 @@
end
@o = params
end
- def to_json #:nodoc:
- @o.to_json
+ def to_json(*arg) #:nodoc:
+ @o.to_json(*arg)
end
end
# Raised if something goes wrong with a recipe configuration
class RecipeError < Exception; end