class Addressable::URI

Public Instance Methods

as_json(*) click to toggle source
# File lib/rails/rfc6570/patches.rb, line 8
def as_json(*)
  to_s
end