Module: Metanorma::Compile::Flavor
- Included in:
- Metanorma::Compile
- Defined in:
- lib/metanorma/compile/flavor.rb
Instance Method Summary collapse
- #load_flavor(stdtype) ⇒ Object
- #stdtype2flavor_gem(stdtype) ⇒ Object
- #taste2flavor(stdtype) ⇒ Object
Instance Method Details
#load_flavor(stdtype) ⇒ Object
6 7 8 |
# File 'lib/metanorma/compile/flavor.rb', line 6 def load_flavor(stdtype) Metanorma::Core::FlavorLoader.load_flavor(stdtype) end |
#stdtype2flavor_gem(stdtype) ⇒ Object
14 15 16 |
# File 'lib/metanorma/compile/flavor.rb', line 14 def stdtype2flavor_gem(stdtype) Metanorma::Core::FlavorLoader.stdtype2flavor_gem(stdtype) end |
#taste2flavor(stdtype) ⇒ Object
10 11 12 |
# File 'lib/metanorma/compile/flavor.rb', line 10 def taste2flavor(stdtype) Metanorma::Core::FlavorLoader.taste2flavor(stdtype) end |