Skip to content

Commit

Permalink
doc Base#jsi_schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed May 29, 2023
1 parent 0ea3cdb commit f58f1cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/jsi/base.rb
Expand Up @@ -160,7 +160,9 @@ def initialize(jsi_document,
end

# @!method jsi_schemas
# the set of schemas which describe this instance
# The set of schemas which describe this instance.
# These are the applicator schemas which apply to this instance, the result of inplace application
# of our {#jsi_indicated_schemas}.
# @return [JSI::SchemaSet]
# note: defined on subclasses by JSI::SchemaClasses.class_for_schemas

Expand Down

0 comments on commit f58f1cd

Please sign in to comment.