Method: Ritex::Parser#envs

Defined in:
lib/ritex.rb

#envsObject

:nodoc:



141
142
143
144
145
# File 'lib/ritex.rb', line 141

def envs #:nodoc:
  case @format
  when :mathml, :raw; MathML::ENVS
  end
end