Class: OpenAPIParser::ReferenceExpander
- Inherits:
-
Object
- Object
- OpenAPIParser::ReferenceExpander
- Defined in:
- lib/openapi_parser/reference_expander.rb
Class Method Summary collapse
Class Method Details
.expand(openapi) ⇒ Object
4 5 6 7 |
# File 'lib/openapi_parser/reference_expander.rb', line 4 def (openapi) openapi.(openapi) openapi.purge_object_cache end |