Skip encoding of the key nested parameters
# File lib/github_api/null_encoder.rb, line 16 def self.escape(s) s.to_s end
# File lib/github_api/null_encoder.rb, line 20 def self.unescape(s) s.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.