Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Remove class-level comments to be consistent with the rest of the cod…
Browse files Browse the repository at this point in the history
…e base
  • Loading branch information
ento committed Dec 14, 2017
1 parent 16723da commit 9dcc0bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/open_api_parser/pointer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
module OpenApiParser
# Responsible for interpreting the fragment portion of a $ref value
# as a JSON Pointer and resolving it within a given document.
class Pointer
# @param raw_pointer [String] This can be both with and without a leading '#'.
def initialize(raw_pointer)
Expand Down
2 changes: 0 additions & 2 deletions lib/open_api_parser/reference.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
module OpenApiParser
# Responsible for interpreting a $ref value and
# resolving it to a raw specification given a base URI.
class Reference
# The resolved document. This gets set only after calling `#resolve`.
attr_reader :referrent_document
Expand Down

0 comments on commit 9dcc0bd

Please sign in to comment.