jeremytregunna/ruby-trello

View on GitHub
lib/trello/core_ext/array.rb

Summary

Maintainability
A
0 mins
Test Coverage
warn "Use of trello/core_ext/array is deprecated. Use Trello::JsonUtils instead"
class Array
  def jsoned_into(obj)
    obj.from_json(self)
  end
end