class Addressable::Template

Public Instance Methods

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