Class: Metanorma::Plugin::Lutaml::ExpressRemarkAdapter::CachedRepoAdapter
- Inherits:
-
Base
- Object
- Base
- Metanorma::Plugin::Lutaml::ExpressRemarkAdapter::CachedRepoAdapter
show all
- Defined in:
- lib/metanorma/plugin/lutaml/express_remark_adapter.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
97
98
99
|
# File 'lib/metanorma/plugin/lutaml/express_remark_adapter.rb', line 97
def (options)
ExpressRemarkAdapter.for(@model.content).(options)
end
|
#unwrap ⇒ Object
93
94
95
|
# File 'lib/metanorma/plugin/lutaml/express_remark_adapter.rb', line 93
def unwrap
@model.content
end
|