Method: Mathml2latex::MathmlLatexService.get_service_object

Defined in:
lib/mathml2latex/mathml_latex_service.rb

.get_service_objectObject

rubocop:disable Naming/AccessorMethodName



11
12
13
14
# File 'lib/mathml2latex/mathml_latex_service.rb', line 11

def self.get_service_object # rubocop:disable Naming/AccessorMethodName
  setup_xslt
  new
end