Skip to content

Commit

Permalink
Removes unused method dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeldahl committed Jul 11, 2024
1 parent 78f39c4 commit 2ca36fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/json_schemer/resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ def dynamic!(namespace_uri)
@resources[:dynamic].fetch(namespace_uri.to_s)
end

def dynamic(namespace_uri)
@resources[:dynamic][namespace_uri.to_s]
end

def dynamic?(namespace_uri)
@resources[:dynamic].key?(namespace_uri.to_s)
end
Expand Down

0 comments on commit 2ca36fd

Please sign in to comment.