# File lib/github_api/jsonable.rb, line 8 def decode(*args) return unless args.first if MultiJson.respond_to?(:load) MultiJson.load *args else MultiJson.decode *args end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.